summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-04 14:40:41 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-04 14:40:41 (GMT)
commite49bc0460be4b94904b6e965845fb8f228672379 (patch)
treeb435b764d08b70e56e4605224e812c12d67beaac /Swiften/Application/Application.h
parentd9e7abfd22ef30e6535b8bb290b9bd1ef7a7bff0 (diff)
downloadswift-e49bc0460be4b94904b6e965845fb8f228672379.zip
swift-e49bc0460be4b94904b6e965845fb8f228672379.tar.bz2
Moved platform-specific stuff out of Application.
Diffstat (limited to 'Swiften/Application/Application.h')
-rw-r--r--Swiften/Application/Application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Application/Application.h b/Swiften/Application/Application.h
index a65b1de..20d686c 100644
--- a/Swiften/Application/Application.h
+++ b/Swiften/Application/Application.h
@@ -15,7 +15,7 @@ namespace Swift {
boost::filesystem::path getSettingsFileName() const;
boost::filesystem::path getAvatarDir() const;
- boost::filesystem::path getHomeDir() const;
+ virtual boost::filesystem::path getHomeDir() const = 0;
virtual boost::filesystem::path getSettingsDir() const = 0;
boost::filesystem::path getProfileDir(const String& profile) const;