make building with Codewarrior 7 possible
This commit is contained in:
@@ -9,6 +9,6 @@ class CInstance : public CPlaceable
|
||||
public:
|
||||
int m_modelIndex;
|
||||
public:
|
||||
~CInstance() = default;
|
||||
~CInstance() { }
|
||||
void Shutdown();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user