renamed namespace ScummVM to Common
svn-id: r10544
This commit is contained in:
parent
f26d3d1784
commit
0e645f88ae
58 changed files with 143 additions and 142 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <ctype.h>
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue