summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-17 23:47:08 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-17 23:47:26 +0200
commitbe4d95c19a05e651b5a727ab9f227b27f12fe0a9 (patch)
treec7b84f051ffa9872e95e3fe74525587eacbe6579
parentf33460aa2397a6d38f26b671318cb8864d258047 (diff)
CanvasModulate: fix build issue with GCC
Bug from c195c0d.
-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 73f920d5c7..0445db27af 100644
--- a/scene/2d/canvas_modulate.h
+++ b/scene/2d/canvas_modulate.h
@@ -16,7 +16,7 @@ public:
void set_color(const Color& p_color);
Color get_color() const;
- String CanvasModulate::get_configuration_warning() const;
+ String get_configuration_warning() const;
CanvasModulate();
~CanvasModulate();