Fix for gcc.
This commit is contained in:
parent
ea1be41ff0
commit
af6bd76dce
|
@ -490,15 +490,6 @@ public:
|
||||||
return curText;
|
return curText;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Function GetCurStrAsToken
|
|
||||||
* Used to support "loose" matches (quoted tokens)
|
|
||||||
*/
|
|
||||||
int GetCurStrAsToken()
|
|
||||||
{
|
|
||||||
return findToken( curText );
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function FromUTF8
|
* Function FromUTF8
|
||||||
* returns the current token text as a wxString, assuming that the input
|
* returns the current token text as a wxString, assuming that the input
|
||||||
|
|
Loading…
Reference in New Issue