diff options
author | Josh Blum | 2012-08-26 18:55:18 -0700 |
---|---|---|
committer | Josh Blum | 2012-08-26 18:55:18 -0700 |
commit | d7374b5658490acf84c539c3528688250c692f21 (patch) | |
tree | d9b17a787e372057530fbb1523d241f3813d2174 /lib/element.cpp | |
parent | b4dded9b9e394de73d263b927e93fe4131e6a0d6 (diff) | |
download | sandhi-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.cpp | 1 |
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; |