mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
Implement the MxOmniCreateParamBase destructor inline
Because of this, ISLE should no longer have to compile mxomnicreateparambase.obj. I didn't modify isle.mak, because I don't have the MSVC 4.20 GUI set-up.
This commit is contained in:
parent
e07bfce936
commit
3c82bfbc5f
@ -1,6 +1 @@
|
||||
#include "mxomnicreateparam.h"
|
||||
|
||||
MxOmniCreateParamBase::~MxOmniCreateParamBase()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@ -5,7 +5,8 @@
|
||||
class MxOmniCreateParamBase
|
||||
{
|
||||
public:
|
||||
~MxOmniCreateParamBase();
|
||||
~MxOmniCreateParamBase() {
|
||||
}
|
||||
virtual void vtable00(){}
|
||||
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user