]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/getopt.cpp
Remove unnecessary std:: qualifiers
[libs/core.git] / source / core / getopt.cpp
index 9040f5d43ec684ecd83d11113931051b4ab13876..0f8886ad746a542e3a40b36ed8e7c2ddcd0c1e19 100644 (file)
@@ -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),