summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-07 15:05:08 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-07 15:05:08 +0100
commitc82fb2010c8ce4741f30f91816fca76d6de98dbf (patch)
tree867ff492cb4cdbe084175eae7c1b9d27f7a04751 /rotord/src/graph.h
parent6f0f7600e22590b28fc6b0d11a28fa7a42931e20 (diff)
refactored progress indicator
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 1c76937..2b2b8d0 100644
--- a/rotord/src/graph.h
+++ b/rotord/src/graph.h
@@ -25,7 +25,7 @@ namespace Rotor {
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(string &signal_xml,const float framerate);
- bool video_render(const string &output_filename,const float framerate,float& progress);
+ bool video_render(const string &output_filename,const float framerate);
bool load(string data,string media_path);
bool loadFile(string &filename,string media_path);
bool parseXml(string media_path);