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 726676e..402ef40 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -30,7 +30,7 @@ public: virtual void run(ExecutionNode*); quint64 getFaces(); - virtual QString toString()const; + virtual QString toString(bool wl)const; virtual qint64 getPriority() const; //private members private: |