// Author: Vadim Zeitlin, Robert Roebling
// Modified by:
// Created: 26.05.99
-// RCS-ID: $Id$
// Copyright: (c) wxWidgets Team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
{ m_data = NULL; }
virtual ~wxDropSourceBase() { }
- // set the data which is transfered by drag and drop
+ // set the data which is transferred by drag and drop
void SetData(wxDataObject& data)
{ m_data = &data; }