aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/time.cpp')
-rw-r--r--engines/glk/time.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/time.cpp b/engines/glk/time.cpp
index 9442102779..df09716a7f 100644
--- a/engines/glk/time.cpp
+++ b/engines/glk/time.cpp
@@ -23,7 +23,7 @@
#include "glk/time.h"
#include "common/system.h"
-namespace Gargoyle {
+namespace Glk {
TimeAndDate::TimeAndDate() {
::TimeDate t;
@@ -117,4 +117,4 @@ TimeSeconds TimeAndDate::getTime() const {
return totalMinutes * 60 + second;
}
-} // End of namespace Gargoyle
+} // End of namespace Glk