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
This commit is contained in:
@@ -11,11 +11,12 @@
|
|||||||
// Licence: wxWindows licence
|
// Licence: wxWindows licence
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#ifndef _WX_CONFBASE_H_
|
#ifndef _WX_CONFBASE_H_
|
||||||
#define _WX_CONFBASE_H_
|
#define _WX_CONFBASE_H_
|
||||||
|
|
||||||
#include "wx/defs.h"
|
#include "wx/defs.h"
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
|
#include "wx/object.h"
|
||||||
|
|
||||||
class WXDLLIMPEXP_BASE wxArrayString;
|
class WXDLLIMPEXP_BASE wxArrayString;
|
||||||
|
|
||||||
@@ -359,7 +360,5 @@ WXDLLIMPEXP_BASE wxString wxExpandEnvVars(const wxString &sz);
|
|||||||
*/
|
*/
|
||||||
WXDLLIMPEXP_BASE void wxSplitPath(wxArrayString& aParts, const wxChar *sz);
|
WXDLLIMPEXP_BASE void wxSplitPath(wxArrayString& aParts, const wxChar *sz);
|
||||||
|
|
||||||
|
#endif // _WX_CONFBASE_H_
|
||||||
#endif
|
|
||||||
// _WX_CONFIG_H_
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user