From cdc2fcccdbdb40530ff1c63f70c43bf1100e3410 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 1 May 2020 04:37:47 +0200 Subject: fix #82 return 0 for no reason. --- include/parsingtoolbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/parsingtoolbox.h') diff --git a/include/parsingtoolbox.h b/include/parsingtoolbox.h index f8e88af..f3031f2 100644 --- a/include/parsingtoolbox.h +++ b/include/parsingtoolbox.h @@ -381,7 +381,7 @@ private: QMap m_logicOp; QMap m_logicOperation; QMap m_conditionOperation; - QHash m_arithmeticOperation; + std::vector> m_arithmeticOperation; QMap m_mapDiceOp; QMap m_OptionOp; QMap m_nodeActionMap; -- cgit v1.2.3-70-g09d2