mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +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
@ -27,7 +27,8 @@ class MxOmni : public MxCore
|
||||
__declspec(dllexport) static void SetCD(const char *s);
|
||||
__declspec(dllexport) static void SetHD(const char *s);
|
||||
__declspec(dllexport) static void SetSound3D(unsigned char);
|
||||
|
||||
|
||||
MxOmni();
|
||||
virtual ~MxOmni();
|
||||
|
||||
virtual long Notify(MxParam &p); // vtable+04
|
||||
|
||||
Loading…
Reference in New Issue
Block a user