X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fgetopt.cpp;h=0f8886ad746a542e3a40b36ed8e7c2ddcd0c1e19;hp=9040f5d43ec684ecd83d11113931051b4ab13876;hb=20c897ece781e18ba54c41fd68e232ce566a938d;hpb=c8bf2d6c15893ccc9dbc4e04611b7229029f4808 diff --git a/source/core/getopt.cpp b/source/core/getopt.cpp index 9040f5d..0f8886a 100644 --- a/source/core/getopt.cpp +++ b/source/core/getopt.cpp @@ -315,7 +315,7 @@ string GetOpt::generate_help() const } -GetOpt::OptionImpl::OptionImpl(char s, const std::string &l, const Store &t, ArgType a): +GetOpt::OptionImpl::OptionImpl(char s, const string &l, const Store &t, ArgType a): shrt(s), lng(l), arg_type(a),