Add override keywords.
This commit is contained in:
parent
ad9e5ae984
commit
26fcf2b04c
351 changed files with 4123 additions and 4146 deletions
|
|
@ -415,7 +415,7 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
void ok_pressed() {
|
||||
void ok_pressed() override {
|
||||
String dir = project_path->get_text();
|
||||
|
||||
if (mode == MODE_RENAME) {
|
||||
|
|
@ -603,7 +603,7 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
void cancel_pressed() {
|
||||
void cancel_pressed() override {
|
||||
_remove_created_folder();
|
||||
|
||||
project_path->clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue