aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorobiwankennedy <renaud@rolisteam.org>2014-01-21 16:34:29 +0100
committerobiwankennedy <renaud@rolisteam.org>2014-01-21 16:34:29 +0100
commit0d05d914b13396d8d666ff2c5a7bb61e4a88d95e (patch)
tree0dd2d47f85fbd7dd9e74183373b286b449335327 /node
parent47095d18478f6f7902a0d6da155843745649fd0c (diff)
downloadOneRoll-0d05d914b13396d8d666ff2c5a7bb61e4a88d95e.tar.gz
OneRoll-0d05d914b13396d8d666ff2c5a7bb61e4a88d95e.zip
Update startingnode.h
toString
Diffstat (limited to 'node')
-rw-r--r--node/startingnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/startingnode.h b/node/startingnode.h
index 08134e7..dce468b 100644
--- a/node/startingnode.h
+++ b/node/startingnode.h
@@ -9,6 +9,7 @@ public:
StartingNode();
virtual void run(ExecutionNode*);
+ virtual QString toString()const;
};
#endif // STARTINGNODE_H