diff options
author | Josh Blum | 2012-09-03 22:22:04 -0700 |
---|---|---|
committer | Josh Blum | 2012-09-03 22:22:04 -0700 |
commit | 536e1452f2a6df78b8cfb62649105a6e9882bc13 (patch) | |
tree | d431a9fe99c6707ca612574a9be2e05556c9bf75 /lib/element.cpp | |
parent | 20fc18a2a9f4c47f8e782f15d82aaf5f49d7f0aa (diff) | |
download | sandhi-536e1452f2a6df78b8cfb62649105a6e9882bc13.tar.gz sandhi-536e1452f2a6df78b8cfb62649105a6e9882bc13.tar.bz2 sandhi-536e1452f2a6df78b8cfb62649105a6e9882bc13.zip |
work on input queues and history logic
Diffstat (limited to 'lib/element.cpp')
-rw-r--r-- | lib/element.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |