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