]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
ReDOS-ified project files
[wxWidgets.git] / include / wx / dialog.h
index e20dc2432296014cd09ef9a20a9fe7626cd53b0e..5324bc17bb1695f002cb6c760f04580f5a27920a 100644 (file)
 #include "wx/containr.h"
 #include "wx/toplevel.h"
 
-// FIXME - temporary hack in absence of wxTLW !!
-#ifndef wxTopLevelWindowNative
-#include "wx/panel.h"
-class WXDLLEXPORT wxDialogBase : public wxPanel
-#else
 class WXDLLEXPORT wxDialogBase : public wxTopLevelWindow
-#endif
 {
 public:
     wxDialogBase() { Init(); }
@@ -54,11 +48,8 @@ protected:
     // the return code from modal dialog
     int m_returnCode;
 
-    // FIXME - temporary hack in absence of wxTLW !!
-#ifdef wxTopLevelWindowNative
     DECLARE_EVENT_TABLE()
     WX_DECLARE_CONTROL_CONTAINER();
-#endif
 };