diff options
Diffstat (limited to 'node/startingnode.h')
| -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 dce468b..ccb7c87 100644 --- a/node/startingnode.h +++ b/node/startingnode.h @@ -10,6 +10,7 @@ public: virtual void run(ExecutionNode*); virtual QString toString()const; + virtual qint64 getPriority() const; }; #endif // STARTINGNODE_H |