summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-17 13:57:56 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-17 13:57:56 +0100
commiteb88e47020201deef27adb81da22b91579c9405c (patch)
tree1d67ae8adc796888e3802eba285765c2db7c92fd /rotord/src/graph.h
parent2de4f935a611e74428dea87e060dc9b38244b9ff (diff)
non blocking graph load
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h1
1 files changed, 1 insertions, 0 deletions
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??