aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-rw-r--r--node/sortresult.h2
1 files changed, 2 insertions, 0 deletions
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