This commit is contained in:
Henrik Rydgard 2013-01-13 12:49:54 +01:00
parent db92bdda17
commit 338a73472b

View file

@ -422,7 +422,7 @@ struct Sig
{ {
strncpy(name,_name,63); strncpy(name,_name,63);
} }
bool operator <(const Sig &other) { bool operator <(const Sig &other) const {
return inst < other.inst; return inst < other.inst;
} }
}; };