]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dnd.cpp
Update compile support for OpenVMS
[wxWidgets.git] / src / motif / dnd.cpp
index 2a408c438fe65aee47aa45d7e0798ffbd1a698bf..cba4d6c9da83df1c0200dffd58367d5fcdaedb02 100644 (file)
@@ -129,7 +129,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 );