And for all of those who love recompiling most of ScummVM... fixed typo properly :-P
svn-id: r34188
This commit is contained in:
parent
61f750832a
commit
df5c0b6d0c
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ String operator +(const String &x, const char *y);
|
|||
String operator +(const String &x, char y);
|
||||
String operator +(char x, const String &y);
|
||||
|
||||
// Some useful additional comparsion operators for Strings
|
||||
// Some useful additional comparison operators for Strings
|
||||
bool operator == (const char *x, const String &y);
|
||||
bool operator != (const char *x, const String &y);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue