X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..a90280fe1ac7b78563d44afffd1d3b0b521b5cd6:/interface/wx/fileconf.h diff --git a/interface/wx/fileconf.h b/interface/wx/fileconf.h index cdef167a00..641b3b5adf 100644 --- a/interface/wx/fileconf.h +++ b/interface/wx/fileconf.h @@ -8,7 +8,6 @@ /** @class wxFileConfig - @wxheader{fileconf.h} wxFileConfig implements wxConfigBase interface for storing and retrieving configuration information using plain text files. The @@ -70,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