]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dnd.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / os2 / dnd.h
index 05e34264d18a76e4189314a24c3c85cb6b22ee04..c70a0d3e5325cdd5b789672ef84eb32e7c2e84df 100644 (file)
@@ -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
 // 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
 ///////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) 1999 David Webster
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -62,7 +61,7 @@ protected:
 class WXDLLIMPEXP_CORE wxDropTarget : public wxDropTargetBase
 {
 public:
 class WXDLLIMPEXP_CORE wxDropTarget : public wxDropTargetBase
 {
 public:
-    wxDropTarget(wxDataObject* pDataObject = (wxDataObject*)NULL);
+    wxDropTarget(wxDataObject* pDataObject = NULL);
     virtual ~wxDropTarget();
 
     //
     virtual ~wxDropTarget();
 
     //