aboutsummaryrefslogtreecommitdiff
path: root/src/support/filesystem_context.cc
diff options
context:
space:
mode:
authorAdrian Kummerlaender2014-11-09 12:00:22 +0100
committerAdrian Kummerlaender2014-11-09 12:00:22 +0100
commitaa7afee1047a2de790a70dceda9079c8d5d01850 (patch)
tree4c7685ec6d6c171c24ab87ea853389170c686569 /src/support/filesystem_context.cc
parent71a637be86177e82a8fc0c654639c2fa83c13f5d (diff)
downloadInputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.gz
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.bz2
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.lz
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.xz
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.tar.zst
InputXSLT-aa7afee1047a2de790a70dceda9079c8d5d01850.zip
Removed unnecessary `inline` declarations
* e.g. member functions defined in the class definition are implicitly marked `inline`
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()