changes wxDirExists() to accept wxString instead of wxChar*, so that it can be used with any string literals

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-03-02 12:44:52 +00:00
parent 1c8c91463f
commit e960c20e38
3 changed files with 5 additions and 5 deletions

View File

@@ -1114,7 +1114,7 @@ or drive name at the beginning.
\membersection{::wxDirExists}\label{functionwxdirexists}
\func{bool}{wxDirExists}{\param{const wxChar *}{dirname}}
\func{bool}{wxDirExists}{\param{const wxString\& }{dirname}}
Returns true if \arg{dirname} exists and is a directory.