From 02cc97a58d7cda800b8c431dfeaa3242e5f0b69d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 24 May 2015 18:51:03 +0200 Subject: - bugfix: bsa order wasn't correctly restored. --- src/organizercore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/organizercore.h') 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 enabledArchives(); + std::vector enabledArchives(); MOBase::VersionInfo getVersion() const { return m_Updater.getVersion(); } -- cgit v1.3.1