mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix
This commit is contained in:
parent
db92bdda17
commit
338a73472b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue