From a2104deb4cefdcf0cd6bb3a66ef09bb46cba3f66 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 13 Nov 2018 20:05:59 -0800 Subject: GLK: Changing class and namespaces from Gargoyle to Glk --- engines/glk/frotz/processor_buffer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/glk/frotz/processor_buffer.cpp') diff --git a/engines/glk/frotz/processor_buffer.cpp b/engines/glk/frotz/processor_buffer.cpp index faec6ef33d..c4eaeaa42e 100644 --- a/engines/glk/frotz/processor_buffer.cpp +++ b/engines/glk/frotz/processor_buffer.cpp @@ -24,7 +24,7 @@ #include "common/algorithm.h" #include "common/textconsole.h" -namespace Gargoyle { +namespace Glk { namespace Frotz { const char *const Processor::ERR_MESSAGES[ERR_NUM_ERRORS] = { @@ -189,4 +189,4 @@ void Processor::runtimeError(ErrorCode errNum) { } } // End of namespace Scott -} // End of namespace Gargoyle +} // End of namespace Glk -- cgit v1.2.3