summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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;