]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
Window management and sizer layout corrections
[wxWidgets.git] / include / wx / generic / textdlgg.h
index 81409bf504cbe180fd0593cf85dfae4ea745c338..0b41fbaf93b5ca69616efc4719497ff23ecd3977 100644 (file)
@@ -41,7 +41,7 @@ public:
                       long style = wxTextEntryDialogStyle,
                       const wxPoint& pos = wxDefaultPosition);
 
-    void SetValue(const wxString& val) { m_value = val; m_textctrl->SetValue(val); }
+    void SetValue(const wxString& val);
     wxString GetValue() const { return m_value; }
 
     // implementation only