replaced some chars with wxChars (patch from Tim Kosse)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -592,7 +592,7 @@ it can alert you to problems later on.
|
||||
|
||||
\subsection{Use wxString in preference to character arrays}\label{usewxstring}
|
||||
|
||||
Using wxString can be much safer and more convenient than using char *.
|
||||
Using wxString can be much safer and more convenient than using wxChar *.
|
||||
Again, I haven't practiced what I'm preaching, but I'm now trying to use
|
||||
wxString wherever possible. You can reduce the possibility of memory
|
||||
leaks substantially, and it is much more convenient to use the overloaded
|
||||
|
Reference in New Issue
Block a user