]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dnd.cpp
Add wxActivateEvent::GetActivationReason().
[wxWidgets.git] / src / motif / dnd.cpp
index 2a408c438fe65aee47aa45d7e0798ffbd1a698bf..ae99ccc1a6f11f133fe162f63d414d40970be246 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        src/motif/dnd.cpp
 // Purpose:     wxDropTarget, wxDropSource classes
 // Author:      Julian Smart
-// Id:          $Id$
 // Copyright:   (c) 1998 Julian Smart
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -129,7 +128,7 @@ wxDropSource::wxDropSource( wxWindow *win )
 {
 #if 0
   m_window = win;
-  m_data = (wxDataObject *) NULL;
+  m_data = NULL;
   m_retValue = wxDragCancel;
 
   m_defaultCursor = wxCursor( wxCURSOR_NO_ENTRY );