mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51:16 +00:00
Declare destructor of MxOmni and MxTransitionManager in class
This commit is contained in:
parent
4f943dc6d4
commit
1c4cc6f3f0
@ -29,7 +29,8 @@ class MxOmni : public MxCore
|
|||||||
__declspec(dllexport) static void SetHD(const char *p_hd);
|
__declspec(dllexport) static void SetHD(const char *p_hd);
|
||||||
__declspec(dllexport) static void SetSound3D(MxBool p_3dsound);
|
__declspec(dllexport) static void SetSound3D(MxBool p_3dsound);
|
||||||
|
|
||||||
virtual ~MxOmni();
|
MxOmni();
|
||||||
|
virtual ~MxOmni() override;
|
||||||
|
|
||||||
virtual long Notify(MxParam &p); // vtable+04
|
virtual long Notify(MxParam &p); // vtable+04
|
||||||
virtual void Init(); // vtable+14
|
virtual void Init(); // vtable+14
|
||||||
|
|||||||
@ -9,7 +9,8 @@ class MxVideoPresenter;
|
|||||||
class MxTransitionManager : public MxCore
|
class MxTransitionManager : public MxCore
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~MxTransitionManager(); // vtable+0x0
|
MxTransitionManager();
|
||||||
|
virtual ~MxTransitionManager() override; // vtable+0x0
|
||||||
|
|
||||||
__declspec(dllexport) void SetWaitIndicator(MxVideoPresenter *videoPresenter);
|
__declspec(dllexport) void SetWaitIndicator(MxVideoPresenter *videoPresenter);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user