diff options
Diffstat (limited to 'node/sortresult.cpp')
| -rw-r--r-- | node/sortresult.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/node/sortresult.cpp b/node/sortresult.cpp index f4364fa..f842fcc 100644 --- a/node/sortresult.cpp +++ b/node/sortresult.cpp @@ -12,8 +12,8 @@ void SortResultNode::run(ExecutionNode* node) { return; } - QList<qint64> diceList=node->getResult()->getResultList(); - QList<qint64> diceList2=m_result.getResultList(); + QList<Die> diceList=node->getResult()->getResultList(); + QList<Die> diceList2=m_result.getResultList(); diceList2 = diceList; if(!m_ascending) |