]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/dataobj.cpp
Regenerated makefiles.
[wxWidgets.git] / src / msw / ole / dataobj.cpp
index ac37833d0dc641d830a0c7c7ad7333e7f30811d8..085fd66a8aea07fcd2f6fb8c81efe3e026ccaac6 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "dataobj.h"
 #endif
 
@@ -1134,6 +1134,8 @@ protected:
         return TRUE;
     }
 #endif
+
+    DECLARE_NO_COPY_CLASS(CFSTR_SHELLURLDataObject)
 };