]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/menu.h
Compilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).
[wxWidgets.git] / include / wx / gtk / menu.h
index d9e4e33ac9d240bd9dd6605030b63842a8358397..b73dfc1c13f4a059e9592dfcf2303bdce6f96bde 100644 (file)
@@ -91,6 +91,7 @@ public:
     GtkWidget       *m_menu;  // GtkMenu
     GtkWidget       *m_owner;
     GtkAccelGroup   *m_accel;
+    bool m_popupShown;
 
 protected:
     virtual wxMenuItem* DoAppend(wxMenuItem *item);