// Created: 11/6/98
// RCS-ID: $Id$
// Copyright: (c) 1998, Julian Smart
-// Licence: wxWindows Licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "automtn.h"
#endif
public:
WXIDISPATCH* m_dispatchPtr;
+
+ DECLARE_NO_COPY_CLASS(wxAutomationObject)
};