diff options
Diffstat (limited to 'scene/gui/texture_progress.h')
-rw-r--r-- | scene/gui/texture_progress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/texture_progress.h b/scene/gui/texture_progress.h index e56454f866..5e29fca21f 100644 --- a/scene/gui/texture_progress.h +++ b/scene/gui/texture_progress.h @@ -93,7 +93,7 @@ public: void set_tint_over(const Color &p_tint); Color get_tint_over() const; - Size2 get_minimum_size() const; + Size2 get_minimum_size() const override; TextureProgress(); |