From eb88e47020201deef27adb81da22b91579c9405c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 17 Sep 2013 13:57:56 +0100 Subject: non blocking graph load --- rotord/src/graph.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/graph.h') diff --git a/rotord/src/graph.h b/rotord/src/graph.h index cbcc121..58861ac 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -34,6 +34,7 @@ namespace Rotor { delete n.second; } nodes.clear(); + loaded=false; } string uid; //every version of a graph has a UUID, no particular need to actually read its data(?) //?? is it faster than using strings?? -- cgit v1.2.3