Add missing override keywords in os_windows.h
This commit is contained in:
parent
5332d212f9
commit
b56a2f34ce
|
@ -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