diff options
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 1 |
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?? |
