compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -463,7 +463,7 @@ deleted with the {\it delete} operator.
|
||||
|
||||
\membersection{::wxIsEmpty}\label{wxisempty}
|
||||
|
||||
\func{bool}{IsEmpty}{\param{const char *}{ p}}
|
||||
\func{bool}{wxIsEmpty}{\param{const char *}{ p}}
|
||||
|
||||
Returns {\tt TRUE} if the pointer is either {\tt NULL} or points to an empty
|
||||
string, {\tt FALSE} otherwise.
|
||||
@@ -503,7 +503,7 @@ This function is obsolete, use \helpref{wxString}{wxstring} instead.
|
||||
|
||||
\membersection{::wxStrlen}\label{wxstrlen}
|
||||
|
||||
\func{size\_t}{Strlen}{\param{const char *}{ p}}
|
||||
\func{size\_t}{wxStrlen}{\param{const char *}{ p}}
|
||||
|
||||
This is a safe version of standard function {\it strlen()}: it does exactly the
|
||||
same thing (i.e. returns the length of the string) except that it returns 0 if
|
||||
|
Reference in New Issue
Block a user