From 536e1452f2a6df78b8cfb62649105a6e9882bc13 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 3 Sep 2012 22:22:04 -0700 Subject: work on input queues and history logic --- lib/element.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/element.cpp') diff --git a/lib/element.cpp b/lib/element.cpp index 34cfcf4..db0bbac 100644 --- a/lib/element.cpp +++ b/lib/element.cpp @@ -30,7 +30,7 @@ Element::Element(void) Element::Element(const std::string &name) { this->reset(new ElementImpl()); - //VAR(name); + VAR(name); (*this)->name = name; (*this)->unique_id = ++unique_id_pool; -- cgit