X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..0159d534634fb2a64687efc25812676c99ac9295:/interface/wx/config.h diff --git a/interface/wx/config.h b/interface/wx/config.h index 1f7db64161..7c71b949bf 100644 --- a/interface/wx/config.h +++ b/interface/wx/config.h @@ -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 @@ -336,7 +335,7 @@ public: /** Empty but ensures that dtor of all derived classes is virtual. */ - ~wxConfigBase(); + virtual ~wxConfigBase(); /**