oops, typo leading to compilation problem fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0da25f69ba
commit
1341230e80
@ -209,8 +209,9 @@ bool wxConfigBase::Write(const wxString& key, bool value)
|
||||
|
||||
bool wxConfigBase::Write(const wxString &key, const wxChar *text)
|
||||
{
|
||||
return Write(key, str) ;
|
||||
return Write(key, text);
|
||||
}
|
||||
|
||||
wxString wxConfigBase::ExpandEnvVars(const wxString& str) const
|
||||
{
|
||||
wxString tmp; // Required for BC++
|
||||
|
Loading…
Reference in New Issue
Block a user