From 37320ce7aa23c52f950a97c756a2d9c618467d1d Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 5 Mar 2016 12:50:09 +0100 Subject: change Error code to Dice Error code, fix compilation issue on windows --- diceparser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'diceparser.h') diff --git a/diceparser.h b/diceparser.h index 15a8a84..0df633b 100644 --- a/diceparser.h +++ b/diceparser.h @@ -184,7 +184,7 @@ public: * @brief getErrorList * @return */ - QMap getErrorMap(); + QMap getErrorMap(); /** * @brief setPathToHelp set the path to the documentation, this path must be adatped to the lang of application etc… * @param l the path. @@ -301,8 +301,8 @@ private: QList* m_aliasList; QStringList* m_commandList; - QMap m_errorMap; - QMap m_warningMap; + QMap m_errorMap; + QMap m_warningMap; ExecutionNode* m_start; -- cgit v1.2.3-70-g09d2