diff options
Diffstat (limited to 'src/gui/sdlfont.cpp')
-rw-r--r-- | src/gui/sdlfont.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlfont.cpp b/src/gui/sdlfont.cpp index 5422a4c67..33581767d 100644 --- a/src/gui/sdlfont.cpp +++ b/src/gui/sdlfont.cpp @@ -45,7 +45,7 @@ const unsigned int CLEAN_TIME = 5; char *strBuf; -class SDLTextChunk +class SDLTextChunk final { public: SDLTextChunk(const std::string &text0, const gcn::Color &color0) : |