diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics.h b/src/graphics.h index d0d2dcba9..cdfc092fe 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -234,7 +234,7 @@ class Graphics : public gcn::SDLGraphics BlitMode getBlitMode() const { return mBlitMode; } - void fillRectangle(const gcn::Rectangle& rectangle); + void fillRectangle(const gcn::Rectangle& rectangle) override; /** * Updates the screen. This is done by either copying the buffer to the |