From f0a817e8ac52a22491236cbf83d741c6e92f58d1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 9 Sep 2013 15:02:57 +0100 Subject: graph nodes management --- rotord/src/rendercontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/src/rendercontext.cpp') diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp index 8b4053f..c1cef59 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -227,7 +227,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; -- cgit v1.2.3