summaryrefslogtreecommitdiffstats
path: root/logic/BaseInstance_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'logic/BaseInstance_p.h')
-rw-r--r--logic/BaseInstance_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/logic/BaseInstance_p.h b/logic/BaseInstance_p.h
index 06581a34..73eebec7 100644
--- a/logic/BaseInstance_p.h
+++ b/logic/BaseInstance_p.h
@@ -26,4 +26,5 @@ struct BaseInstancePrivate
QString m_rootDir;
QString m_group;
SettingsObject *m_settings;
-}; \ No newline at end of file
+ int m_flags;
+};