]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
removed unsecure wxTmpnam() function (patch by Francesco Montorsi)
[wxWidgets.git] / include / wx / dialog.h
index 58a30e2d0c1247fea384a2e0425cbc8dd9ae44de..2d6f8ee5804a752072c33f68b43353dd68623a00 100644 (file)
@@ -13,7 +13,6 @@
 #define _WX_DIALOG_H_BASE_
 
 #include "wx/defs.h"
-#include "wx/containr.h"
 #include "wx/toplevel.h"
 
 class WXDLLEXPORT wxSizer;
@@ -141,7 +140,6 @@ private:
 
     DECLARE_NO_COPY_CLASS(wxDialogBase)
     DECLARE_EVENT_TABLE()
-    WX_DECLARE_CONTROL_CONTAINER();
 };