diff options
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index c7d25b2..5667b62 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -359,7 +359,7 @@ namespace Rotor { int load_graph(Poco::UUID uid); bool load_graph(string &graph_filename); //should eventually be as above UUID save_graph(); //returns UUID of saved graph - bool load_audio(string &filename,vector<base_audio_processor*> processors); + bool load_audio(const string &filename,vector<base_audio_processor*> processors); Render_requirements get_requirements(); int load_video(int num,string &filename); //can be performance or clip |
