diff options
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 9e3c9b3..c707268 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -26,6 +26,7 @@ struct ElementImpl //common element properties std::string name; long unique_id; + std::string id; //top block stuff SharedThreadGroup thread_group; |