From: Vadim Zeitlin Date: Sun, 11 Mar 2007 12:11:55 +0000 (+0000) Subject: include wx/object.h now that wxConfigBase derives from wxObject X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d7e918b594dccaada636fb2dd99081bc89e99db6 include wx/object.h now that wxConfigBase derives from wxObject git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/confbase.h b/include/wx/confbase.h index 2255d73f29..bccafa801e 100644 --- a/include/wx/confbase.h +++ b/include/wx/confbase.h @@ -11,11 +11,12 @@ // 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; @@ -359,7 +360,5 @@ WXDLLIMPEXP_BASE wxString wxExpandEnvVars(const wxString &sz); */ WXDLLIMPEXP_BASE void wxSplitPath(wxArrayString& aParts, const wxChar *sz); - -#endif - // _WX_CONFIG_H_ +#endif // _WX_CONFBASE_H_