]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dataobj.cpp
fix wxGTK1 compilation after wxTextEntry DoGetValue() change
[wxWidgets.git] / src / gtk1 / dataobj.cpp
index 97b7bc8510b0162431ee1fde1f0985812d0cd8d8..927d7e14daa928150e942e12b842540587c6bca3 100644 (file)
@@ -58,7 +58,7 @@ wxDataFormat::wxDataFormat( wxDataFormatId type )
     SetType( type );
 }
 
     SetType( type );
 }
 
-wxDataFormat::wxDataFormat( const wxString &id )
+void wxDataFormat::InitFromString( const wxString &id )
 {
     PrepareFormats();
     SetId( id );
 {
     PrepareFormats();
     SetId( id );