]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dialog.h
glcanvas fix and toplevel event handler exposed
[wxWidgets.git] / include / wx / dialog.h
index afa9e1b027a279c774def73c22158c9c67bec087..f9cfb80b715dcec1eb799587ddf9276dd5c20d48 100644 (file)
@@ -25,7 +25,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxDialogNameStr;
 class WXDLLEXPORT wxDialogBase : public wxTopLevelWindow
 {
 public:
-    wxDialogBase();
+    wxDialogBase() { Init(); }
     virtual ~wxDialogBase() { }
 
     void Init();