diff options
| author | 2014-01-21 16:34:29 +0100 | |
|---|---|---|
| committer | 2014-01-21 16:34:29 +0100 | |
| commit | 0d05d914b13396d8d666ff2c5a7bb61e4a88d95e (patch) | |
| tree | 0dd2d47f85fbd7dd9e74183373b286b449335327 | |
| parent | 47095d18478f6f7902a0d6da155843745649fd0c (diff) | |
| download | OneRoll-0d05d914b13396d8d666ff2c5a7bb61e4a88d95e.tar.gz OneRoll-0d05d914b13396d8d666ff2c5a7bb61e4a88d95e.zip | |
Update startingnode.h
toString
| -rw-r--r-- | node/startingnode.h | 1 |
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 |