X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2229243bdf17485b33c15786124ab99366b83975..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/include/wx/dialog.h diff --git a/include/wx/dialog.h b/include/wx/dialog.h index 58a30e2d0c..271c0c32be 100644 --- a/include/wx/dialog.h +++ b/include/wx/dialog.h @@ -13,11 +13,10 @@ #define _WX_DIALOG_H_BASE_ #include "wx/defs.h" -#include "wx/containr.h" #include "wx/toplevel.h" -class WXDLLEXPORT wxSizer; -class WXDLLEXPORT wxStdDialogButtonSizer; +class WXDLLIMPEXP_FWD_CORE wxSizer; +class WXDLLIMPEXP_FWD_CORE wxStdDialogButtonSizer; #define wxDIALOG_NO_PARENT 0x0001 // Don't make owned by apps top window @@ -27,7 +26,7 @@ class WXDLLEXPORT wxStdDialogButtonSizer; #define wxDEFAULT_DIALOG_STYLE (wxCAPTION | wxSYSTEM_MENU | wxCLOSE_BOX) #endif -extern WXDLLEXPORT_DATA(const wxChar) wxDialogNameStr[]; +extern WXDLLEXPORT_DATA(const char) wxDialogNameStr[]; class WXDLLEXPORT wxDialogBase : public wxTopLevelWindow { @@ -141,7 +140,6 @@ private: DECLARE_NO_COPY_CLASS(wxDialogBase) DECLARE_EVENT_TABLE() - WX_DECLARE_CONTROL_CONTAINER(); };