Typo fixed: call class method instead of trying to use as a variable
This commit is contained in:
parent
7f6765ece4
commit
5e739dbfc1
@ -123,7 +123,7 @@ public:
|
||||
return time() < o.time();
|
||||
}
|
||||
|
||||
if (bank != o.bank()) {
|
||||
if (bank() != o.bank()) {
|
||||
return bank() < o.bank();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user