You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add override keywords.
This commit is contained in:
@@ -252,7 +252,7 @@ public:
|
||||
|
||||
bool is_skip_breakpoints();
|
||||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
virtual Size2 get_minimum_size() const override;
|
||||
ScriptEditorDebugger(EditorNode *p_editor = nullptr);
|
||||
~ScriptEditorDebugger();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user