derive wxConfig classes from wxObject and add wxRTTI macros to them (patch 1587607)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -72,7 +72,7 @@ enum
|
|||||||
// (long) type (TODO doubles and other types such as wxDate coming soon).
|
// (long) type (TODO doubles and other types such as wxDate coming soon).
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLIMPEXP_BASE wxConfigBase
|
class WXDLLIMPEXP_BASE wxConfigBase : public wxObject
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
// constants
|
// constants
|
||||||
@@ -295,6 +295,8 @@ private:
|
|||||||
|
|
||||||
// Style flag
|
// Style flag
|
||||||
long m_style;
|
long m_style;
|
||||||
|
|
||||||
|
DECLARE_ABSTRACT_CLASS(wxConfigBase)
|
||||||
};
|
};
|
||||||
|
|
||||||
// a handy little class which changes current path to the path of given entry
|
// a handy little class which changes current path to the path of given entry
|
||||||
|
Reference in New Issue
Block a user