mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
MxStreamer::VTable0x14 is not an override
This commit is contained in:
parent
a3b88cf487
commit
d8e33c18bd
@ -15,7 +15,7 @@ class MxStreamer : public MxCore
|
||||
__declspec(dllexport) long Close(const char *p);
|
||||
|
||||
virtual long Notify(MxParam &p) override; // vtable+0x4
|
||||
virtual MxResult VTable0x14() override; // vtable+0x14
|
||||
virtual MxResult VTable0x14(); // vtable+0x14
|
||||
};
|
||||
|
||||
#endif // MXSTREAMER_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user