aboutsummaryrefslogtreecommitdiff
path: root/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'settings.h')
-rw-r--r--settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.h b/settings.h
index 47b3ef85..10b2bb0a 100644
--- a/settings.h
+++ b/settings.h
@@ -29,7 +29,7 @@ namespace QMatrixClient
class Settings: public QSettings
{
public:
-#if defined(_MSC_VER) && _MSC_VER <= 1900
+#if defined(_MSC_VER) && _MSC_VER < 1900
// VS 2013 (and probably older) aren't friends with 'using' statements
// that involve private constructors
explicit Settings(QObject* parent = 0) : QSettings(parent) { }