summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-12-05 01:36:58 +0000
committerComment <tim@gray.(none)>2013-12-05 01:36:58 +0000
commit674173fb17ca25b1b35d6482de6f603cc3d8209c (patch)
treefb651966aa14b4acc92d1355938575c10e2090f0 /rotord/src/graph.h
parent8cfc0a3581cad5da07da69b70c71e67256739166 (diff)
signal output
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h
index a231c29..b9647bc 100644
--- a/rotord/src/graph.h
+++ b/rotord/src/graph.h
@@ -51,7 +51,7 @@ namespace Rotor {
std::unordered_map<string,Node*> nodes;
vector<Node*> find_nodes(const string &type); //could be a way of finding a set based on capabilities?
Node* find_node(const string &type);
- bool signal_render(xmlIO &XML,const float framerate);
+ bool signal_render(xmlIO &XML,const string &node,const float framerate);
bool video_render(const string &output_filename,const float framerate,int start, int end);
bool load(string data,string media_path);
bool loadFile(string &filename,string media_path);