mirror of https://github.com/godotengine/godot
Merge pull request #44490 from madmiraal/add-override-keywords
Add missing override keywords in os_windows.h
This commit is contained in:
commit
126d88bce4
|
|
@ -166,8 +166,8 @@ public:
|
|||
|
||||
virtual bool _check_internal_feature_support(const String &p_feature) override;
|
||||
|
||||
void disable_crash_handler();
|
||||
bool is_disable_crash_handler() const;
|
||||
virtual void disable_crash_handler() override;
|
||||
virtual bool is_disable_crash_handler() const override;
|
||||
virtual void initialize_debugging() override;
|
||||
|
||||
virtual Error move_to_trash(const String &p_path) override;
|
||||
|
|
|
|||
Loading…
Reference in New Issue