aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils/helpers/command_line.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils/helpers/command_line.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/helpers/command_line.hpp b/utils/helpers/command_line.hpp
index 4843a06..2e4d803 100644
--- a/utils/helpers/command_line.hpp
+++ b/utils/helpers/command_line.hpp
@@ -68,6 +68,7 @@ namespace command_line
boost::program_options::options_description visible;
boost::program_options::positional_options_description positional;
+ private:
static std::string extract_filename(const std::string& path)
{
return boost::filesystem::path{path}.filename().string();