Skip to content
Snippets Groups Projects
Commit a5fd1e51 authored by Alessandro D'Uffizi's avatar Alessandro D'Uffizi
Browse files

aggiunto qualificatore const a operatore () di nodemonitorHandler

parent 1705864c
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ namespace chaos {
};
struct NodeMonitorHandlerComparator {
bool operator() (const NodeMonitorHandler* h1, const NodeMonitorHandler* h2) {
bool operator() (const NodeMonitorHandler* h1, const NodeMonitorHandler* h2) const {
return h1->handler_uuid.compare(h2->handler_uuid) < 0;
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment