summaryrefslogtreecommitdiff
path: root/scene/2d/canvas_modulate.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/2d/canvas_modulate.h')
-rw-r--r--scene/2d/canvas_modulate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/canvas_modulate.h b/scene/2d/canvas_modulate.h
index a0b61f43ba..eac3cf9e54 100644
--- a/scene/2d/canvas_modulate.h
+++ b/scene/2d/canvas_modulate.h
@@ -46,7 +46,7 @@ public:
void set_color(const Color &p_color);
Color get_color() const;
- String get_configuration_warning() const;
+ String get_configuration_warning() const override;
CanvasModulate();
~CanvasModulate();