From 157d5cf3af1bc4e6d4391d51bb4aa3699022ee6b Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 10 Sep 2013 13:16:59 +0100 Subject: remove cvimage pointer use in nodes: temporary fix --- rotord/src/rendercontext.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rotord/src/rendercontext.h') 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: "<