]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dnd.h
Check axis number in the received joystick messages.
[wxWidgets.git] / include / wx / os2 / dnd.h
index 05e34264d18a76e4189314a24c3c85cb6b22ee04..9ead739ac4742b26d678cdb9266de562b513d00d 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        dnd.h
+// Name:        wx/os2/dnd.h
 // Purpose:     declaration of the wxDropTarget class
 // Author:      David Webster
 // Modified by:
@@ -62,7 +62,7 @@ protected:
 class WXDLLIMPEXP_CORE wxDropTarget : public wxDropTargetBase
 {
 public:
-    wxDropTarget(wxDataObject* pDataObject = (wxDataObject*)NULL);
+    wxDropTarget(wxDataObject* pDataObject = NULL);
     virtual ~wxDropTarget();
 
     //