aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/unicode_gen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-13 20:05:59 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commita2104deb4cefdcf0cd6bb3a66ef09bb46cba3f66 (patch)
tree802a8abed7a2f97aa9fa0d7f467054a9e0ab79b8 /engines/glk/unicode_gen.cpp
parent1fb931fbd950324754536ee0b33ed0b91f68c9a2 (diff)
downloadscummvm-rg350-a2104deb4cefdcf0cd6bb3a66ef09bb46cba3f66.tar.gz
scummvm-rg350-a2104deb4cefdcf0cd6bb3a66ef09bb46cba3f66.tar.bz2
scummvm-rg350-a2104deb4cefdcf0cd6bb3a66ef09bb46cba3f66.zip
GLK: Changing class and namespaces from Gargoyle to Glk
Diffstat (limited to 'engines/glk/unicode_gen.cpp')
-rw-r--r--engines/glk/unicode_gen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/unicode_gen.cpp b/engines/glk/unicode_gen.cpp
index ac8a149f7e..9c6785959a 100644
--- a/engines/glk/unicode_gen.cpp
+++ b/engines/glk/unicode_gen.cpp
@@ -27,7 +27,7 @@
#include "glk/unicode_gen.h"
-namespace Gargoyle {
+namespace Glk {
gli_case_block_t unigen_case_block_0x0[256] = {
{ 0x0, 0x0 },
@@ -11823,4 +11823,4 @@ gli_decomp_block_t unigen_decomp_block_0x2fa[256] = {
*countptr = 0; \
}
-} // End of namespace Gargoyle
+} // End of namespace Glk