diff options
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 89097b4..477b478 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -25,10 +25,11 @@ struct ElementImpl void hier_block_cleanup(void); void block_cleanup(void); - //common element properties + //element identification std::string name; - long unique_id; - std::string id; + std::string repr; + boost::shared_ptr<std::string> uid; + boost::shared_ptr<WeakContainer> weak_self; //top block stuff |