summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-28 18:34:56 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-11-28 10:56:49 (GMT)
commitab6bac1ee3ba4ebf4dfc8dc1a3ae6783756c48c9 (patch)
treedc69a9a658683b7f3caa81a06040dcbd4d87acc8 /SwifTools/Application/ApplicationPathProvider.h
parent34eb7f55fbdd1566ee117738f3a423354ce1b45c (diff)
downloadswift-ab6bac1ee3ba4ebf4dfc8dc1a3ae6783756c48c9.zip
swift-ab6bac1ee3ba4ebf4dfc8dc1a3ae6783756c48c9.tar.bz2
Added swiften-config.
Diffstat (limited to 'SwifTools/Application/ApplicationPathProvider.h')
-rw-r--r--SwifTools/Application/ApplicationPathProvider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SwifTools/Application/ApplicationPathProvider.h b/SwifTools/Application/ApplicationPathProvider.h
index 0c2d302..722f1ad 100644
--- a/SwifTools/Application/ApplicationPathProvider.h
+++ b/SwifTools/Application/ApplicationPathProvider.h
@@ -19,7 +19,7 @@ namespace Swift {
virtual boost::filesystem::path getHomeDir() const = 0;
virtual boost::filesystem::path getDataDir() const = 0;
- virtual boost::filesystem::path getExecutableDir() const = 0;
+ virtual boost::filesystem::path getExecutableDir() const;
boost::filesystem::path getProfileDir(const String& profile) const;
boost::filesystem::path getResourcePath(const String& resource) const;