// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#ifndef _WX_CONFBASE_H_
-#define _WX_CONFBASE_H_
+#ifndef _WX_CONFBASE_H_
+#define _WX_CONFBASE_H_
#include "wx/defs.h"
#include "wx/string.h"
+#include "wx/object.h"
class WXDLLIMPEXP_BASE wxArrayString;
// (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
*/
WXDLLIMPEXP_BASE void wxSplitPath(wxArrayString& aParts, const wxChar *sz);
-
-#endif
- // _WX_CONFIG_H_
+#endif // _WX_CONFBASE_H_