diff options
Diffstat (limited to 'backends/graphics/opengl/opengl-graphics.h')
-rw-r--r-- | backends/graphics/opengl/opengl-graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/opengl/opengl-graphics.h b/backends/graphics/opengl/opengl-graphics.h index 1202cf0343..6ded680eae 100644 --- a/backends/graphics/opengl/opengl-graphics.h +++ b/backends/graphics/opengl/opengl-graphics.h @@ -319,7 +319,7 @@ protected: /** * Returns the font used for on screen display */ - virtual const Graphics::Font* getFontOSD(); + virtual const Graphics::Font *getFontOSD(); /** * Update the OSD texture / surface. |