summaryrefslogtreecommitdiff
path: root/src/render/openglgraphicsdef1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/openglgraphicsdef1.hpp')
-rw-r--r--src/render/openglgraphicsdef1.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/openglgraphicsdef1.hpp b/src/render/openglgraphicsdef1.hpp
index 1d6a7c40d..6e9bc21b5 100644
--- a/src/render/openglgraphicsdef1.hpp
+++ b/src/render/openglgraphicsdef1.hpp
@@ -21,7 +21,7 @@
*/
public:
- void setColor(const Color &restrict color) override final
+ void setColor(const Color &restrict color) final
{
mColor = color;
mColorAlpha = (color.a != 255);