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/blorb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/glk/blorb.h') diff --git a/engines/glk/blorb.h b/engines/glk/blorb.h index 75f811ccfd..352d01aadc 100644 --- a/engines/glk/blorb.h +++ b/engines/glk/blorb.h @@ -26,7 +26,7 @@ #include "glk/glk_types.h" #include "glk/streams.h" -namespace Gargoyle { +namespace Glk { /** @@ -141,6 +141,6 @@ public: glui32 usage, glui32 *num, glui32 *min, glui32 *max); }; -} // End of namespace Gargoyle +} // End of namespace Glk #endif -- cgit v1.2.3