From 0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Oct 2003 17:43:02 +0000 Subject: renamed namespace ScummVM to Common svn-id: r10544 --- common/str.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/str.cpp') diff --git a/common/str.cpp b/common/str.cpp index 99b1766352..5d051de83f 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -23,7 +23,7 @@ #include -namespace ScummVM { +namespace Common { String::String(const char *str, int len) { _refCount = new int(1); @@ -266,4 +266,4 @@ bool operator != (const char* y, const ConstString &x) { return x != y; } -} // End of namespace ScummVM +} // End of namespace Common -- cgit v1.2.3