From acb001bc1909d873a37fbe1c8cbabade76a8015e Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 12 Aug 2018 23:54:31 +0200 Subject: Change management of variable (ref instead of pointer) using static is a bad idea as more and more diceparser are now use in rolisteam. --- diceparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diceparser.h') diff --git a/diceparser.h b/diceparser.h index ad831cf..2ede553 100644 --- a/diceparser.h +++ b/diceparser.h @@ -213,7 +213,7 @@ public: * @brief setVariableDictionary * @param variables */ - void setVariableDictionary(QHash* variables); + void setVariableDictionary(const QHash &variables); QString getComment() const; void setComment(const QString &comment); -- cgit v1.2.3-70-g09d2