fixed config incosistency

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-07-20 12:20:06 +00:00
parent 3d6a5e3c5b
commit f40ccee99b
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
$VARNAME or ${VARNAME} where VARNAME contains alphanumeric characters and
'_' only. '$' must be escaped ('\$') in order to be taken literally.
*/
extern wxString wxExpandEnvVars(const char *sz);
extern wxString wxExpandEnvVars(const wxString &sz);
/*
Split path into parts removing '..' in progress