diff options
Diffstat (limited to 'src/gui/sdlfont.h')
-rw-r--r-- | src/gui/sdlfont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlfont.h b/src/gui/sdlfont.h index 3a8b58e96..818ef7541 100644 --- a/src/gui/sdlfont.h +++ b/src/gui/sdlfont.h @@ -57,7 +57,7 @@ class SDLFont final : public gcn::Font */ SDLFont(std::string filename, const int size, const int style = 0); - A_DELETE_COPY(SDLFont); + A_DELETE_COPY(SDLFont) /** * Destructor. |