projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sometimes unused parameter warnings are really worth paying attention to
[wxWidgets.git]
/
src
/
gtk1
/
dataobj.cpp
diff --git
a/src/gtk1/dataobj.cpp
b/src/gtk1/dataobj.cpp
index 97b7bc8510b0162431ee1fde1f0985812d0cd8d8..927d7e14daa928150e942e12b842540587c6bca3 100644
(file)
--- a/
src/gtk1/dataobj.cpp
+++ b/
src/gtk1/dataobj.cpp
@@
-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 );