summaryrefslogtreecommitdiff
path: root/NT/src/factory.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-01-24 17:00:22 +0000
committerTim Redfern <tim@eclectronics.org>2014-01-24 17:00:22 +0000
commit1f2bc21fd5ee9bff4fce190d7bb0ee4462e76e87 (patch)
treee42440db80a363c503e1e0b552631adbb194c245 /NT/src/factory.cpp
parent913bb43738c7d7391cd990ff1fc3f261afdf78ee (diff)
logging in nodes and text_render proof of concept
Diffstat (limited to 'NT/src/factory.cpp')
-rw-r--r--NT/src/factory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/NT/src/factory.cpp b/NT/src/factory.cpp
index 9706af7..b8f4642 100644
--- a/NT/src/factory.cpp
+++ b/NT/src/factory.cpp
@@ -3,7 +3,8 @@
using namespace Rotor;
using namespace std;
-Node_factory::Node_factory(){
+Node_factory::Node_factory(std::string _log_id){
+ log_id=_log_id;
//for now, statically load prototype map in constructor
add_type(new Time(),"nodes");
add_type(new Multiply(),"nodes");