summaryrefslogtreecommitdiff
path: root/lib/element.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-08-26 18:55:18 -0700
committerJosh Blum2012-08-26 18:55:18 -0700
commitd7374b5658490acf84c539c3528688250c692f21 (patch)
treed9b17a787e372057530fbb1523d241f3813d2174 /lib/element.cpp
parentb4dded9b9e394de73d263b927e93fe4131e6a0d6 (diff)
downloadsandhi-d7374b5658490acf84c539c3528688250c692f21.tar.gz
sandhi-d7374b5658490acf84c539c3528688250c692f21.tar.bz2
sandhi-d7374b5658490acf84c539c3528688250c692f21.zip
runtime: work on allocator handler
Diffstat (limited to 'lib/element.cpp')
-rw-r--r--lib/element.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element.cpp b/lib/element.cpp
index 464ad94..e0269e7 100644
--- a/lib/element.cpp
+++ b/lib/element.cpp
@@ -30,6 +30,7 @@ Element::Element(void)
Element::Element(const std::string &name)
{
this->reset(new ElementImpl());
+ VAR(name);
(*this)->name = name;
(*this)->unique_id = ++unique_id_pool;