summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index 78e348be6..7d4d7c524 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -332,7 +332,7 @@ class Graphics : public gcn::Graphics
virtual void initArrays()
{ }
- void setColor(const gcn::Color &color)
+ void setColor(const gcn::Color &color) override
{
mColor = color;
mColor2 = color;