aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-17 21:41:09 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-04-17 21:41:09 +0000
commit388ee4a50a2e258dfd4a42172719ced8a430fff4 (patch)
treeffbdb4a573eb798be90b3c390007e91cf5b17901
parent6c95200b827d38f6fc7d1a0405afc2f8c32c1384 (diff)
downloadqmmp-388ee4a50a2e258dfd4a42172719ced8a430fff4.tar.gz
qmmp-388ee4a50a2e258dfd4a42172719ced8a430fff4.tar.bz2
qmmp-388ee4a50a2e258dfd4a42172719ced8a430fff4.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9822 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmp/qmmp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmp/qmmp.h b/src/qmmp/qmmp.h
index d6530796d..cb5ac1e40 100644
--- a/src/qmmp/qmmp.h
+++ b/src/qmmp/qmmp.h
@@ -198,8 +198,8 @@ public:
#endif
#if QT_VERSION < QT_VERSION_CHECK(5, 12, 0)
- QString wildcardToRegularExpression(const QString &pattern);
- QString anchoredPattern(const QString &expression);
+ static QString wildcardToRegularExpression(const QString &pattern);
+ static QString anchoredPattern(const QString &expression);
#endif
private: