aboutsummaryrefslogtreecommitdiff
path: root/common/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/list.h')
-rw-r--r--common/list.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/list.h b/common/list.h
index 4421981628..4b3f5a20c2 100644
--- a/common/list.h
+++ b/common/list.h
@@ -24,7 +24,7 @@
#include "common/scummsys.h"
#include <assert.h>
-namespace ScummVM {
+namespace Common {
template <class T>
class List {
@@ -126,6 +126,6 @@ protected:
}
};
-} // End of namespace ScummVM
+} // End of namespace Common
#endif