// Author: Vadim Zeitlin
// Modified by:
// Created: 06.03.98
-// RCS-ID: $Id$
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ----------------------------------------------------------------------------
class wxIDropTarget;
-struct IDropTargetHelper;
+struct wxIDropTargetHelper;
struct IDataObject;
// ----------------------------------------------------------------------------
wxIDropTarget *m_pIDropTarget; // the pointer to our COM interface
IDataObject *m_pIDataSource; // the pointer to the source data object
- IDropTargetHelper *m_dropTargetHelper; // the pointer to the drop target helper
+ wxIDropTargetHelper *m_dropTargetHelper; // the drop target helper
wxDECLARE_NO_COPY_CLASS(wxDropTarget);
};