diff options
Diffstat (limited to 'vcl/inc/unx/gtk/gtksalmenu.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index aabff6405a1e..7601a3fe0774 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -110,6 +110,8 @@ public: mpActionGroup = NULL; }; void UpdateNativeMenu(); + void UpdateNativeMenu2(); + bool CanUpdate(); }; class GtkSalMenuItem : public SalMenuItem |