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