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