mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add override keywords.
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
void set_stretch_shrink(int p_shrink);
|
||||
int get_stretch_shrink() const;
|
||||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
virtual Size2 get_minimum_size() const override;
|
||||
|
||||
SubViewportContainer();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user