aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/streams.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/streams.h')
-rw-r--r--engines/glk/streams.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/streams.h b/engines/glk/streams.h
index 24ecc68eb5..32bde70887 100644
--- a/engines/glk/streams.h
+++ b/engines/glk/streams.h
@@ -29,7 +29,7 @@
#include "common/str.h"
#include "glk/glk_types.h"
-namespace Gargoyle {
+namespace Glk {
#define SAVEGAME_VERSION 1
@@ -634,6 +634,6 @@ public:
frefid_t iterate(frefid_t fref, glui32 *rock);
};
-} // End of namespace Gargoyle
+} // End of namespace Glk
#endif