cppcheck: make operator const
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
761d672bd7
commit
d4dc1416da
@ -562,7 +562,7 @@ namespace cxxopts
|
||||
{
|
||||
template <typename U>
|
||||
void
|
||||
operator()(bool, U, const std::string&) {}
|
||||
operator()(bool, U, const std::string&) const {}
|
||||
};
|
||||
|
||||
template <typename T, typename U>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user