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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index c34f6e333..35381bd21 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -258,7 +258,7 @@ class Graphics notfinal
#ifdef USE_SDL2
const int height) restrict2;
#else // USE_SDL2
- const int height) restrict2 A_CONST;
+ const int height) restrict2;
#endif // USE_SDL2
/**
@@ -414,7 +414,7 @@ class Graphics notfinal
virtual void createGLContext(const bool custom) restrict2;
#else // USE_SDL2
- virtual void createGLContext(const bool custom) restrict2 A_CONST;
+ virtual void createGLContext(const bool custom) restrict2;
#endif // USE_SDL2
#endif // USE_OPENGL