///////////////////////////////////////////////////////////////////////////////
-// Name: dnd.h
+// Name: wx/os2/dnd.h
// Purpose: declaration of the wxDropTarget class
// Author: David Webster
// Modified by:
class WXDLLIMPEXP_CORE wxDropTarget : public wxDropTargetBase
{
public:
- wxDropTarget(wxDataObject* pDataObject = (wxDataObject*)NULL);
+ wxDropTarget(wxDataObject* pDataObject = NULL);
virtual ~wxDropTarget();
//