]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/automtn.h
make it possible to give focus to the notebook itself (patch 811013)
[wxWidgets.git] / include / wx / msw / ole / automtn.h
index 95ea0215c849e5856004a0dfd2e947616df5d1a0..81ef363be240815feb277646d35eea6cb463b233 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "automtn.h"
 #endif
 
@@ -92,6 +92,8 @@ public:
 
 public:
     WXIDISPATCH*  m_dispatchPtr;
+
+    DECLARE_NO_COPY_CLASS(wxAutomationObject)
 };