summaryrefslogtreecommitdiffstats
path: root/src/core/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/Instance.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/Instance.h b/src/core/Instance.h
index bb74ea84..4a7f9aa9 100644
--- a/src/core/Instance.h
+++ b/src/core/Instance.h
@@ -4,8 +4,10 @@
// unused
-class CInstance : CPlaceable
+class CInstance : public CPlaceable
{
public:
+ int m_modelIndex;
+public:
~CInstance() = default;
};