From e589d00842a2b64721b94f89a48f54aa3478dd40 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Tue, 7 Jan 2014 18:57:24 +0100 Subject: Update sortresult.h add diceResult --- node/sortresult.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'node') diff --git a/node/sortresult.h b/node/sortresult.h index 8433eba..a317959 100644 --- a/node/sortresult.h +++ b/node/sortresult.h @@ -2,6 +2,7 @@ #define SORTRESULT_H #include "executionnode.h" +#include "diceresult.h" class SortResultNode : public ExecutionNode { @@ -13,6 +14,7 @@ public: void setSortAscending(bool asc); private: bool m_ascending; + DiceResult* m_diceResult; }; #endif // SORTRESULT_H -- cgit v1.2.3-70-g09d2