summaryrefslogtreecommitdiff
path: root/rotord/src/rendercontext.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-09-09 22:21:45 +0100
committerComment <tim@gray.(none)>2013-09-09 22:21:45 +0100
commit695d389eb125cbbd469a8de53616579b18a1bfba (patch)
treedb1f12b6a2a6818d65ff3892e3ef0e489912ab6d /rotord/src/rendercontext.cpp
parent5606479f9ef49f11a39c52cbad925edbb8709c76 (diff)
parent79af8bf904b9ddb50b11ac231a2db517f1bdd55b (diff)
Merge branch 'master' of eclectronics.org@eclectronics.org:rotor
Diffstat (limited to 'rotord/src/rendercontext.cpp')
-rw-r--r--rotord/src/rendercontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp
index aacc692..62c60c0 100644
--- a/rotord/src/rendercontext.cpp
+++ b/rotord/src/rendercontext.cpp
@@ -224,7 +224,7 @@ void Render_context::session_command(const Session_command& command,xmlIO& XML,H
}
if (command.method=="DELETE") {
//for now
- graph=Graph();
+ graph.clear();
logger.information("graph deleted");
XML.addValue("status","graph deleted");
status=HTTPResponse::HTTP_OK;