diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-09 15:02:57 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-09 15:02:57 +0100 |
| commit | f0a817e8ac52a22491236cbf83d741c6e92f58d1 (patch) | |
| tree | 8b563172ca524ca0de2b6505779deaad8d4ebe62 /rotord/src/rendercontext.cpp | |
| parent | 7a8504a5f76b28e2ea6d4d9b4658cfe56b49fb57 (diff) | |
graph nodes management
Diffstat (limited to 'rotord/src/rendercontext.cpp')
| -rw-r--r-- | rotord/src/rendercontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
