summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/rendercontext.h')
-rw-r--r--rotord/src/rendercontext.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rotord/src/rendercontext.h b/rotord/src/rendercontext.h
index d7d220e..f15ca31 100644
--- a/rotord/src/rendercontext.h
+++ b/rotord/src/rendercontext.h
@@ -74,7 +74,9 @@ namespace Rotor {
void runTask();
void add_queue(Session_task item);
void session_command(const Session_command& command,xmlIO& XML,Poco::Net::HTTPResponse::HTTPStatus& status);
- void cancel(); //interrupt locking process
+ void cancel(){
+ graph.clear();
+ } //interrupt locking process
Render_status get_render_status(const string &uid){
//cerr<<"render status requested: "<<uid<<" status: "<<renders[uid].status<<endl;