summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-24 18:51:03 +0200
committerTannin <devnull@localhost>2015-05-24 18:51:03 +0200
commit02cc97a58d7cda800b8c431dfeaa3242e5f0b69d (patch)
tree3a6daf855967f41e8ef189a1411dbf31b86da1cf /src/organizercore.h
parentffd94e72b4ae137854e1ff3c96ff88eb48cea140 (diff)
- bugfix: bsa order wasn't correctly restored.
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index e9914ea7..d60ce2ab 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -92,7 +92,7 @@ public:
Profile *currentProfile() { return m_CurrentProfile; }
void setCurrentProfile(const QString &profileName);
- std::set<QString> enabledArchives();
+ std::vector<QString> enabledArchives();
MOBase::VersionInfo getVersion() const { return m_Updater.getVersion(); }