diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-10-01 02:24:41 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-11-14 13:52:50 +0100 |
commit | e6a191f8184ecc5afc31de2f16455d445911ef2e (patch) | |
tree | 16b8553fe927ceaace4072ce74d729c6ee672f0e /vcl/inc/unx | |
parent | ab5632a6aff841b17c0362c0715099abc573cd79 (diff) |
make UpdateNativeMenu a member
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index e0779b8c5697..aabff6405a1e 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -109,7 +109,7 @@ public: mpMenuModel = NULL; mpActionGroup = NULL; }; - friend void UpdateNativeMenu2( GtkSalMenu *pMenu ); + void UpdateNativeMenu(); }; class GtkSalMenuItem : public SalMenuItem |