]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menuitem.h
fixed virtual function hiding for LoadBitmap()
[wxWidgets.git] / include / wx / gtk / menuitem.h
index 0fb1eed49dc453e4a7fd74b422d9d3a6fab04b05..f3a935735c56b3dd9cb5be92c6872e2099fc4f38 100644 (file)
@@ -4,13 +4,13 @@
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Robert Roebling
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef __GTKMENUITEMH__
 #define __GTKMENUITEMH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -20,7 +20,7 @@
 // wxMenuItem
 //-----------------------------------------------------------------------------
 
-class wxMenuItem : public wxMenuItemBase
+class WXDLLIMPEXP_CORE wxMenuItem : public wxMenuItemBase
 {
 public:
     wxMenuItem(wxMenu *parentMenu = (wxMenu *)NULL,