summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Application/WindowsApplicationPathProvider.h')
-rw-r--r--Swiften/Application/WindowsApplicationPathProvider.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Application/WindowsApplicationPathProvider.h b/Swiften/Application/WindowsApplicationPathProvider.h
index 0d6862e..1ba4298 100644
--- a/Swiften/Application/WindowsApplicationPathProvider.h
+++ b/Swiften/Application/WindowsApplicationPathProvider.h
@@ -26,5 +26,7 @@ namespace Swift {
char* homeDirRaw = getenv("USERPROFILE");
return boost::filesystem::path(homeDirRaw);
}
+
+ virtual boost::filesystem::path getExecutableDir() const;
};
}