summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Application/MacOSXApplicationPathProvider.h')
-rw-r--r--Swiften/Application/MacOSXApplicationPathProvider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Application/MacOSXApplicationPathProvider.h b/Swiften/Application/MacOSXApplicationPathProvider.h
index 72cfb38..85cca0a 100644
--- a/Swiften/Application/MacOSXApplicationPathProvider.h
+++ b/Swiften/Application/MacOSXApplicationPathProvider.h
@@ -14,7 +14,7 @@ namespace Swift {
MacOSXApplicationPathProvider(const String& name);
virtual boost::filesystem::path getHomeDir() const;
- boost::filesystem::path getSettingsDir() const;
+ boost::filesystem::path getDataDir() const;
virtual boost::filesystem::path getExecutableDir() const;
virtual std::vector<boost::filesystem::path> getResourceDirs() const {