You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Add override keywords.
This commit is contained in:
@@ -47,7 +47,7 @@ class GotoLineDialog : public ConfirmationDialog {
|
||||
|
||||
TextEdit *text_editor;
|
||||
|
||||
virtual void ok_pressed();
|
||||
virtual void ok_pressed() override;
|
||||
|
||||
public:
|
||||
void popup_find_line(TextEdit *p_edit);
|
||||
|
||||
Reference in New Issue
Block a user