summaryrefslogtreecommitdiff
path: root/src/render/Instance.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-25 14:06:53 +0100
committerGitHub <noreply@github.com>2021-01-25 14:06:53 +0100
commit9d4053419b213a37e34f39a903b1226c9a6909d1 (patch)
treee18ceeaef321e70bbd8d0f8d3aa7a9a7a4deb7ff /src/render/Instance.h
parent453a16c97803c829cab3d6a144a735ec8fc96914 (diff)
parent29fb996b00bd5ab231fb6347d3dfe9d13ec7f652 (diff)
Merge pull request #977 from withmorten/miami-cw
make building with Codewarrior 7 possible
Diffstat (limited to 'src/render/Instance.h')
-rw-r--r--src/render/Instance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/Instance.h b/src/render/Instance.h
index 01dfb6a2..693cfdf1 100644
--- a/src/render/Instance.h
+++ b/src/render/Instance.h
@@ -9,6 +9,6 @@ class CInstance : public CPlaceable
public:
int m_modelIndex;
public:
- ~CInstance() = default;
+ ~CInstance() { }
void Shutdown();
};