Fix linker error on Windows.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-01-03 14:37:27 +02:00
parent 66b8097194
commit b41ea624da

View file

@ -138,6 +138,7 @@ static inline bool QmuFuzzyComparePossibleNulls(double p1, double p2)
}
}
int ReadVal(const QString &formula, qreal &val, const QLocale &locale, const QChar &decimal, const QChar &thousand);
QMUPARSERSHARED_EXPORT int ReadVal(const QString &formula, qreal &val, const QLocale &locale, const QChar &decimal,
const QChar &thousand);
#endif // QMUDEF_H