From aa7afee1047a2de790a70dceda9079c8d5d01850 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 9 Nov 2014 12:00:22 +0100 Subject: Removed unnecessary `inline` declarations * e.g. member functions defined in the class definition are implicitly marked `inline` --- src/support/filesystem_context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/support/filesystem_context.cc') 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() -- cgit v1.2.3