aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/selection.h')
-rw-r--r--engines/glk/selection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/selection.h b/engines/glk/selection.h
index aa44a1d115..4497d68539 100644
--- a/engines/glk/selection.h
+++ b/engines/glk/selection.h
@@ -29,7 +29,7 @@
#include "common/rect.h"
#include "common/ustr.h"
-namespace Gargoyle {
+namespace Glk {
enum ClipSource { PRIMARY = 0, CLIPBOARD = 1 };
@@ -115,6 +115,6 @@ public:
bool getSelection(const Rect &r, int *rx0, int *rx1) const;
};
-} // End of namespace Gargoyle
+} // End of namespace Glk
#endif