misc fixes to function signatures
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
@see wxConfigBase::Flush
|
||||
*/
|
||||
bool Save(wxOutputStream& os, const wxMBConv& conv = wxConvAuto());
|
||||
virtual bool Save(wxOutputStream& os, const wxMBConv& conv = wxConvAuto());
|
||||
|
||||
/**
|
||||
Allows to set the mode to be used for the config file creation. For example, to
|
||||
|
Reference in New Issue
Block a user