mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-18 13:49:57 +01:00
Fix C++17 compilation warning
This commit is contained in:
@@ -149,7 +149,7 @@ ConnectionInfo Connection::info(int index)
|
||||
}
|
||||
|
||||
|
||||
struct hasName: public std::unary_function<ConnectionInfo, bool>
|
||||
struct hasName
|
||||
{
|
||||
inline bool operator()(const ConnectionInfo &elem) const {
|
||||
return (elem.name.compare(_a) == 0);
|
||||
|
||||
Reference in New Issue
Block a user