diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-10-01 02:04:26 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:50 +0100 |
commit | 64eb789f1ca92fb7a2e5f650af9a20fcc4b65d83 (patch) | |
tree | a5e7f3540603817a702909a654bb796bd85534a0 /vcl/inc/unx/gtk | |
parent | 05888c86739f5ec77d96b62a997e8fce90d090c1 (diff) |
grab model from frame on update
Diffstat (limited to 'vcl/inc/unx/gtk')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index 77e22c375f96..e0779b8c5697 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -109,6 +109,7 @@ public: mpMenuModel = NULL; mpActionGroup = NULL; }; + friend void UpdateNativeMenu2( GtkSalMenu *pMenu ); }; class GtkSalMenuItem : public SalMenuItem |