]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/textdlgg.cpp
Fix compilation of wxSpinCtrlGenericBase when PCH are not used.
[wxWidgets.git] / src / generic / textdlgg.cpp
index d1f96ebfe5368c861519c1042c28b3b1f4a45036..d6e402bd1f0e592c452740debe0e3d80dffc9b8f 100644 (file)
@@ -71,7 +71,7 @@ wxTextEntryDialog::wxTextEntryDialog(wxWindow *parent,
                                      const wxString& value,
                                      long style,
                                      const wxPoint& pos)
-                 : wxDialog(GetParentForModalDialog(parent),
+                 : wxDialog(GetParentForModalDialog(parent, style),
                             wxID_ANY, caption, pos, wxDefaultSize,
                             wxDEFAULT_DIALOG_STYLE),
                    m_value(value)