aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/fonts.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/fonts.h')
-rw-r--r--engines/glk/fonts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/fonts.h b/engines/glk/fonts.h
index db547aabc4..364b0239be 100644
--- a/engines/glk/fonts.h
+++ b/engines/glk/fonts.h
@@ -32,7 +32,7 @@
#include "common/ustr.h"
#include "graphics/font.h"
-namespace Gargoyle {
+namespace Glk {
#define FONTS_TOTAL 8
@@ -113,6 +113,6 @@ public:
size_t stringWidthUni(int fontIdx, const Common::U32String &text, int spw = 0);
};
-} // End of namespace Gargoyle
+} // End of namespace Glk
#endif