diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-10 13:16:59 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-10 13:16:59 +0100 |
| commit | 157d5cf3af1bc4e6d4391d51bb4aa3699022ee6b (patch) | |
| tree | b6f2b763523543c12c1bd160a8f879295fd1f23d /rotord/src/rendercontext.h | |
| parent | 959b4591baa048b692e38c39c8db89317023ccea (diff) | |
remove cvimage pointer use in nodes: temporary fix
Diffstat (limited to 'rotord/src/rendercontext.h')
| -rw-r--r-- | rotord/src/rendercontext.h | 4 |
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; |
