X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/os2/dnd.h?ds=inline diff --git a/include/wx/os2/dnd.h b/include/wx/os2/dnd.h index 2750c04c16..c70a0d3e53 100644 --- a/include/wx/os2/dnd.h +++ b/include/wx/os2/dnd.h @@ -1,10 +1,9 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: dnd.h +// Name: wx/os2/dnd.h // Purpose: declaration of the wxDropTarget class // Author: David Webster // Modified by: // Created: 10/21/99 -// RCS-ID: $Id$ // Copyright: (c) 1999 David Webster // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -29,7 +28,7 @@ class CIDropTarget; // wxDropSource //------------------------------------------------------------------------- -class WXDLLEXPORT wxDropSource: public wxDropSourceBase +class WXDLLIMPEXP_CORE wxDropSource: public wxDropSourceBase { public: /* constructor. set data later with SetData() */ @@ -59,10 +58,10 @@ protected: // wxDropTarget //------------------------------------------------------------------------- -class WXDLLEXPORT wxDropTarget : public wxDropTargetBase +class WXDLLIMPEXP_CORE wxDropTarget : public wxDropTargetBase { public: - wxDropTarget(wxDataObject* pDataObject = (wxDataObject*)NULL); + wxDropTarget(wxDataObject* pDataObject = NULL); virtual ~wxDropTarget(); //