made startsWith() static, to fix no prototype warning.
This commit is contained in:
Родитель
a7d1d8240d
Коммит
b8c58d5968
|
@ -63,7 +63,7 @@ namespace Debugger {
|
|||
|
||||
/* return true if str2 starts with/is str1
|
||||
* XXX ignore case */
|
||||
bool
|
||||
static bool
|
||||
startsWith (const String &str1, const String &str2)
|
||||
{
|
||||
uint n;
|
||||
|
|
|
@ -63,7 +63,7 @@ namespace Debugger {
|
|||
|
||||
/* return true if str2 starts with/is str1
|
||||
* XXX ignore case */
|
||||
bool
|
||||
static bool
|
||||
startsWith (const String &str1, const String &str2)
|
||||
{
|
||||
uint n;
|
||||
|
|
Загрузка…
Ссылка в новой задаче