summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
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 df6564d..231d784 100644
--- a/rotord/src/graph.h
+++ b/rotord/src/graph.h
@@ -45,7 +45,7 @@ namespace Rotor {
bool loaded;
float duration;
float framerate;
- const string toString();
+ const string graphToString();
xmlIO xml;
bool audio_loaded;
string audio_filename;