diff options
Diffstat (limited to 'node/dicerollernode.h')
| -rw-r--r-- | node/dicerollernode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h index e44f754..b08901e 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -14,7 +14,7 @@ public: virtual void run(ExecutionNode*); quint64 getFaces(); -virtual QString toString()const; + virtual QString toString()const; virtual qint64 getPriority() const; //private members private: |