aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/scene/2d/canvas_modulate.h b/scene/2d/canvas_modulate.h
index a6894f29c..73f920d5c 100644
--- a/scene/2d/canvas_modulate.h
+++ b/scene/2d/canvas_modulate.h
@@ -16,6 +16,8 @@ public:
16 void set_color(const Color& p_color); 16 void set_color(const Color& p_color);
17 Color get_color() const; 17 Color get_color() const;
18 18
19 String CanvasModulate::get_configuration_warning() const;
20
19 CanvasModulate(); 21 CanvasModulate();
20 ~CanvasModulate(); 22 ~CanvasModulate();
21}; 23};