]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/dnd.h
Build fix.
[wxWidgets.git] / include / wx / motif / dnd.h
index 86701b9f7b5b94c74f235aea246acaa17f20492e..ee5709d1e4d693faafd3abdd5896dd42542cab20 100644 (file)
@@ -7,14 +7,9 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef _WX_DND_H_
 #define _WX_DND_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_DRAG_AND_DROP
@@ -153,7 +148,7 @@ public:
     void SetData( wxDataObject &data  );
     wxDragResult DoDragDrop(int flags = wxDrag_CopyOnly);
     
-    virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return TRUE; };
+    virtual bool GiveFeedback( wxDragResult WXUNUSED(effect), bool WXUNUSED(bScrolling) ) { return true; };
     
     // implementation
 #if 0