Skip to content

Commit ad950ad

Browse files
committed
Update AbstractClass
-Fix non-functional GetRTTIName() function call definition
1 parent 3668c00 commit ad950ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AbstractClass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class NOVTABLE AbstractClass : public IPersistStream, public IRTTITypeInfo, publ
4646
DEFINE_REFERENCE((IndexClass<int, int>), TargetIndex, 0xB0E840u)
4747

4848
const char* GetRTTIName() const { return GetRTTIName(WhatAmI()); }
49-
static const char* GetRTTIName(AbstractType abs) JMP_THIS(0x40DCB0);
49+
static const char* __fastcall GetRTTIName(AbstractType abs) JMP_THIS(0x40DCB0);
5050

5151
//IUnknown
5252
virtual HRESULT __stdcall QueryInterface(REFIID iid, void** ppvObject) R0;

0 commit comments

Comments
 (0)