We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3668c00 commit ad950adCopy full SHA for ad950ad
1 file changed
AbstractClass.h
@@ -46,7 +46,7 @@ class NOVTABLE AbstractClass : public IPersistStream, public IRTTITypeInfo, publ
46
DEFINE_REFERENCE((IndexClass<int, int>), TargetIndex, 0xB0E840u)
47
48
const char* GetRTTIName() const { return GetRTTIName(WhatAmI()); }
49
- static const char* GetRTTIName(AbstractType abs) JMP_THIS(0x40DCB0);
+ static const char* __fastcall GetRTTIName(AbstractType abs) JMP_THIS(0x40DCB0);
50
51
//IUnknown
52
virtual HRESULT __stdcall QueryInterface(REFIID iid, void** ppvObject) R0;
0 commit comments