summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r--lib/element_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index 869006e..3148d93 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -29,6 +29,7 @@ struct ElementImpl
std::string name;
long unique_id;
std::string id;
+ boost::shared_ptr<WeakContainer> weak_self;
//top block stuff
SharedThreadGroup thread_group;