diff options
Diffstat (limited to 'engines/glk/window_text_grid.h')
-rw-r--r-- | engines/glk/window_text_grid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/window_text_grid.h b/engines/glk/window_text_grid.h index acfd366cb2..30a0f79b25 100644 --- a/engines/glk/window_text_grid.h +++ b/engines/glk/window_text_grid.h @@ -25,7 +25,7 @@ #include "glk/windows.h" -namespace Gargoyle { +namespace Glk { /** * Text Grid window @@ -190,6 +190,6 @@ public: } }; -} // End of namespace Gargoyle +} // End of namespace Glk #endif |