compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -139,7 +139,7 @@ to them will probably lead to program crash). Moreover, some very useful
|
||||
functions are not standard at all. This is why in addition to all wxString
|
||||
functions, there are also a few global string functions which try to correct
|
||||
these problems: \helpref{wxIsEmpty()}{wxisempty} verifies whether the string
|
||||
is empty (returning {\tt TRUE} for {\tt NULL| pointers),
|
||||
is empty (returning {\tt TRUE} for {\tt NULL} pointers),
|
||||
\helpref{wxStrlen()}{wxstrlen} also handles NULLs correctly and returns 0 for
|
||||
them and \helpref{wxStricmp()}{wxstricmp} is just a platform-independent
|
||||
version of case-insensitive string comparison function known either as
|
||||
|
Reference in New Issue
Block a user