From b5c7e65207f161a6c77efcaffe5c9e066f634fd3 Mon Sep 17 00:00:00 2001 From: Christoph Weiss Date: Fri, 19 Dec 2025 09:28:27 +0100 Subject: [PATCH] Fix function argument types --- include/cxxopts.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 47203db..711d466 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -2012,9 +2012,9 @@ class Options const std::string& group, const std::string& short_name, const std::string& single_long_name, - std::string desc, + const std::string& desc, const std::shared_ptr& value, - std::string arg_help + const std::string& arg_help ) { OptionNames long_names;