diff options
Diffstat (limited to 'engines/glk/frotz/quetzal.h')
-rw-r--r-- | engines/glk/frotz/quetzal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/frotz/quetzal.h b/engines/glk/frotz/quetzal.h index bbd4496a45..9d382abaf0 100644 --- a/engines/glk/frotz/quetzal.h +++ b/engines/glk/frotz/quetzal.h @@ -26,7 +26,7 @@ #include "glk/glk_types.h" #include "glk/frotz/frotz_types.h" -namespace Gargoyle { +namespace Glk { namespace Frotz { enum QueztalTag { @@ -92,6 +92,6 @@ public: }; } // End of namespace Frotz -} // End of namespace Gargoyle +} // End of namespace Glk #endif |