git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44753
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// (long) type (TODO doubles and other types such as wxDate coming soon).
// ----------------------------------------------------------------------------
-class WXDLLIMPEXP_BASE wxConfigBase
+class WXDLLIMPEXP_BASE wxConfigBase : public wxObject
{
public:
// constants
// Style flag
long m_style;
+
+ DECLARE_ABSTRACT_CLASS(wxConfigBase)
};
// a handy little class which changes current path to the path of given entry