projects
/
libs
/
core.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unnecessary std:: qualifiers
[libs/core.git]
/
source
/
core
/
getopt.cpp
diff --git
a/source/core/getopt.cpp
b/source/core/getopt.cpp
index 9040f5d43ec684ecd83d11113931051b4ab13876..0f8886ad746a542e3a40b36ed8e7c2ddcd0c1e19 100644
(file)
--- 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 st
d::st
ring &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),