diff options
| author | Comment <tim@gray.(none)> | 2013-09-08 13:11:02 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-09-08 13:11:02 +0100 |
| commit | 1ff03ea63d79549db86422837f47916a42f23eb9 (patch) | |
| tree | 1631546f60cb830749d6fe64d8af0911d9afcfe5 /rotord/src/graph.h | |
| parent | 512a2738e9f2fc74f109dabada357cc20c2a3412 (diff) | |
refactoring utils
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 2 |
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; |
