mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-19 14:31:14 +00:00
mxomni: explicitly declare MxOmni constructo
Doing so fixes a link error where the MxOmni::MxOmni() symbol was present multiple times.
This commit is contained in:
parent
4db49fe6a6
commit
407036ed78
@ -28,6 +28,7 @@ class MxOmni : public MxCore
|
|||||||
__declspec(dllexport) static void SetHD(const char *s);
|
__declspec(dllexport) static void SetHD(const char *s);
|
||||||
__declspec(dllexport) static void SetSound3D(unsigned char);
|
__declspec(dllexport) static void SetSound3D(unsigned char);
|
||||||
|
|
||||||
|
MxOmni();
|
||||||
virtual ~MxOmni();
|
virtual ~MxOmni();
|
||||||
|
|
||||||
virtual long Notify(MxParam &p); // vtable+04
|
virtual long Notify(MxParam &p); // vtable+04
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user