summaryrefslogtreecommitdiff
path: root/src/guichan/include/guichan/defaultfont.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/include/guichan/defaultfont.hpp')
-rw-r--r--src/guichan/include/guichan/defaultfont.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/guichan/include/guichan/defaultfont.hpp b/src/guichan/include/guichan/defaultfont.hpp
index 7da9041d7..c09802ee3 100644
--- a/src/guichan/include/guichan/defaultfont.hpp
+++ b/src/guichan/include/guichan/defaultfont.hpp
@@ -48,6 +48,8 @@
#include "guichan/font.hpp"
#include "guichan/platform.hpp"
+#include "localconsts.h"
+
namespace gcn
{
/**
@@ -55,7 +57,7 @@ namespace gcn
* in Guichan if no font has been set merely to show that no font has
* been set.
*/
- class GCN_CORE_DECLSPEC DefaultFont : public Font
+ class GCN_CORE_DECLSPEC DefaultFont final : public Font
{
public: