summaryrefslogtreecommitdiffstats
path: root/engine/include/component.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/component.hpp')
-rw-r--r--engine/include/component.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/include/component.hpp b/engine/include/component.hpp
index fdde28d..76b7d6c 100644
--- a/engine/include/component.hpp
+++ b/engine/include/component.hpp
@@ -9,7 +9,7 @@ namespace flat {
class component : virtual public object, virtual public core::labelled
{
-
+private:
component * m_parent;
public: