Fixed Windows build.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-10-18 10:50:33 +03:00
parent d93b337378
commit 0862ce75cc
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ OBJECTS_DIR = obj
include(qmuparser.pri)
VERSION = 2.4.0
VERSION = 2.4.1
# Set "make install" command for Unix-like systems.
unix:!macx{

View File

@ -94,7 +94,7 @@ enum EErrorCodes
//---------------------------------------------------------------------------
/** @brief A class that handles the error messages.
*/
class QmuParserErrorMsg
class QMUPARSERSHARED_EXPORT QmuParserErrorMsg
{
public:
typedef QmuParserErrorMsg self_type;