From d7374b5658490acf84c539c3528688250c692f21 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 26 Aug 2012 18:55:18 -0700 Subject: runtime: work on allocator handler --- lib/element.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/element.cpp') 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; -- cgit