diff options
| author | 2014-01-08 18:07:32 +0100 | |
|---|---|---|
| committer | 2014-01-08 18:07:32 +0100 | |
| commit | 12b121b1f2f3884987569d7eb6909479a7db035c (patch) | |
| tree | 1d83312603d1e03bf309373342b312dde333e89d | |
| parent | e60825292cfc852f7e4a211320d040a6d28b1157 (diff) | |
| download | OneRoll-12b121b1f2f3884987569d7eb6909479a7db035c.tar.gz OneRoll-12b121b1f2f3884987569d7eb6909479a7db035c.zip | |
Update dicerollernode.h
removal of rolldice and adding getFaces
| -rw-r--r-- | node/dicerollernode.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/node/dicerollernode.h b/node/dicerollernode.h index f03b372..5d198f9 100644 --- a/node/dicerollernode.h +++ b/node/dicerollernode.h @@ -12,10 +12,7 @@ public: DiceRollerNode(quint64 faces); virtual void run(ExecutionNode*); - - //private method -private: - quint64 rollDice(); + quint64 getFaces(); //private members |