]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/dropsrc.h
make it non mach-o carbon savvy
[wxWidgets.git] / include / wx / msw / ole / dropsrc.h
index 24a31537383eb5433ad2958884ab7ffb2f974058..bdc972b7327a5f17df495c75d871e08aad851bb9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef   _WX_OLEDROPSRC_H
 #define   _WX_OLEDROPSRC_H
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface
 #endif
 
@@ -76,6 +76,8 @@ protected:
 
 private:
     wxIDropSource *m_pIDropSource;  // the pointer to COM interface
+
+    DECLARE_NO_COPY_CLASS(wxDropSource)
 };
 
 #endif  //_WX_OLEDROPSRC_H