diff options
Diffstat (limited to 'node')
| -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 5d198f9..cbbf29e 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -14,7 +14,7 @@ public: virtual void run(ExecutionNode*); quint64 getFaces(); - +virtual QString toString()const; //private members private: quint64 m_diceCount; |