diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-02-22 08:17:05 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-02-22 08:17:59 (GMT) |
commit | 64fc103d0d5d1d523d00dcc5b231715160475f7e (patch) | |
tree | 07d9623a3a712f72cc5c980b15f5a6506e0d5e94 /Swift | |
parent | 6f06e137304793cc0db1d85cabe8a6edaac0ca67 (diff) | |
download | swift-contrib-64fc103d0d5d1d523d00dcc5b231715160475f7e.zip swift-contrib-64fc103d0d5d1d523d00dcc5b231715160475f7e.tar.bz2 |
Compile on Windows
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/Controllers/Settings/XMLSettingsProvider.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/Controllers/Settings/XMLSettingsProvider.cpp b/Swift/Controllers/Settings/XMLSettingsProvider.cpp index 6ad3170..3710072 100644 --- a/Swift/Controllers/Settings/XMLSettingsProvider.cpp +++ b/Swift/Controllers/Settings/XMLSettingsProvider.cpp @@ -77,6 +77,7 @@ void XMLSettingsProvider::storeSetting(const Setting<int>& /*settingPath*/, cons std::vector<std::string> XMLSettingsProvider::getAvailableProfiles() { assert(false); + return std::vector<std::string>(); } void XMLSettingsProvider::createProfile(const std::string& /*profile*/) { |