Remove OVEERIDE macro

This commit is contained in:
Jonathan G Rennison
2021-03-02 23:42:47 +00:00
parent 865cf79915
commit 7e62af94ee
7 changed files with 38 additions and 43 deletions

View File

@@ -436,7 +436,7 @@ struct PlansWindow : Window {
this->vscroll->SetCount(sbcnt);
}
virtual void OnInvalidateData(int data = 0, bool gui_scope = true)
virtual void OnInvalidateData(int data = 0, bool gui_scope = true) override
{
if (data != INVALID_PLAN && this->selected != INT_MAX) {
if (this->list[this->selected].plan_id == data) {