aboutsummaryrefslogtreecommitdiff
path: root/src/support/filesystem_context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/filesystem_context.cc')
-rw-r--r--src/support/filesystem_context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/filesystem_context.cc b/src/support/filesystem_context.cc
index b726f1b..5221188 100644
--- a/src/support/filesystem_context.cc
+++ b/src/support/filesystem_context.cc
@@ -9,7 +9,7 @@ namespace {
const std::string workingDirectory(".");
-inline boost::filesystem::path determineBasePath(
+boost::filesystem::path determineBasePath(
const boost::filesystem::path& path) {
const boost::filesystem::path basePath(
boost::filesystem::is_directory(path) ? path : path.parent_path()