]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/config.cpp
avoid duplicated empty help menu in localized applications (patch 1600747)
[wxWidgets.git] / src / common / config.cpp
index 16cc86d8f28c5b728d6b6c0fda5643f0a0f03332..dadcf71c56b30704bde14df50d43f01ff9af6d72 100644 (file)
@@ -57,6 +57,7 @@ bool          wxConfigBase::ms_bAutoCreate = true;
 // ----------------------------------------------------------------------------
 // wxConfigBase
 // ----------------------------------------------------------------------------
+IMPLEMENT_ABSTRACT_CLASS(wxConfigBase, wxObject)
 
 // Not all args will always be used by derived classes, but including them all
 // in each class ensures compatibility.