]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/config.h
Fixed and clarified editor control event handling
[wxWidgets.git] / interface / wx / config.h
index 1f7db64161dc991e8bb58ccbb3c8e0612fe78a2c..4455f57a6a331569f4bc432c654e3df37aa7f352 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxConfigBase
-    @wxheader{config.h}
 
     wxConfigBase defines the basic interface of all config classes. It can not
     be used by itself (it is an abstract base class) and you will always use
@@ -330,13 +329,12 @@ public:
                  const wxString& vendorName = wxEmptyString,
                  const wxString& localFilename = wxEmptyString,
                  const wxString& globalFilename = wxEmptyString,
-                 long style = 0,
-                 const wxMBConv& conv = wxConvAuto());
+                 long style = 0);
 
     /**
         Empty but ensures that dtor of all derived classes is virtual.
     */
-    ~wxConfigBase();
+    virtual ~wxConfigBase();
 
 
     /**