summaryrefslogtreecommitdiffstats
path: root/src/render/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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();
};