aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceroller.h
diff options
context:
space:
mode:
Diffstat (limited to 'diceroller.h')
-rw-r--r--diceroller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/diceroller.h b/diceroller.h
index 3881522..ccbd8f2 100644
--- a/diceroller.h
+++ b/diceroller.h
@@ -58,7 +58,7 @@ public slots:
protected:
QString diceToText(QList<ExportedDiceResult> &diceList);
private:
- DiceParser* m_diceparser;
+ DiceParser m_diceparser;
qreal m_result;
QString m_diceList;
QString m_resultStr;