New wxDataObject, DnD and Clipboard code
A few more minor fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -771,13 +771,13 @@ bool wxVariantDataTime::Write(wxString& str) const
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool wxVariantDataTime::Read(istream& str)
|
||||
bool wxVariantDataTime::Read(istream& WXUNUSED(str))
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool wxVariantDataTime::Read(wxString& str)
|
||||
bool wxVariantDataTime::Read(wxString& WXUNUSED(str))
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
@@ -844,13 +844,13 @@ bool wxVariantDataDate::Write(wxString& str) const
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool wxVariantDataDate::Read(istream& str)
|
||||
bool wxVariantDataDate::Read(istream& WXUNUSED(str))
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool wxVariantDataDate::Read(wxString& str)
|
||||
bool wxVariantDataDate::Read(wxString& WXUNUSED(str))
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
@@ -921,13 +921,13 @@ bool wxVariantDataVoidPtr::Write(wxString& str) const
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool wxVariantDataVoidPtr::Read(istream& str)
|
||||
bool wxVariantDataVoidPtr::Read(istream& WXUNUSED(str))
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
bool wxVariantDataVoidPtr::Read(wxString& str)
|
||||
bool wxVariantDataVoidPtr::Read(wxString& WXUNUSED(str))
|
||||
{
|
||||
// Not implemented
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user