cleaned up mxomnicreateparambase

I remember there being a reason why I included MxOmniCreateParambase in ISLE, but testing now it doesn't seem to be what I thought (or maybe other factors are influencing it now). Indeed it seems this is unnecessary now.
This commit is contained in:
itsmattkc
2023-06-18 21:29:25 -07:00
parent a746a28702
commit bba513c525
5 changed files with 5 additions and 48 deletions

View File

@@ -5,8 +5,7 @@
class MxOmniCreateParamBase
{
public:
~MxOmniCreateParamBase();
virtual void vtable00(){}
virtual ~MxOmniCreateParamBase(){}
};