m_pIDropSource->AddRef();
}
-wxDropSource::wxDropSource()
+wxDropSource::wxDropSource(wxWindow* WXUNUSED(win))
{
Init();
m_pData = NULL;
}
-wxDropSource::wxDropSource(wxDataObject& data)
+wxDropSource::wxDropSource(wxDataObject& data, wxWindow* WXUNUSED(win))
{
Init();
SetData(data);
// Notes : here we just leave this stuff for default implementation
bool wxDropSource::GiveFeedback(DragResult effect, bool bScrolling)
{
- return false;
+ return FALSE;
}
#endif //USE_DRAG_AND_DROP
\ No newline at end of file