diff options
Diffstat (limited to 'include/toolkit/awt')
-rw-r--r-- | include/toolkit/awt/vclxmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/awt/vclxmenu.hxx b/include/toolkit/awt/vclxmenu.hxx index f41a5f6bd136..d092692a0110 100644 --- a/include/toolkit/awt/vclxmenu.hxx +++ b/include/toolkit/awt/vclxmenu.hxx @@ -43,7 +43,7 @@ class PopupMenu; class VclMenuEvent; typedef ::std::vector< - css::uno::Reference< css::awt::XPopupMenu >* + css::uno::Reference< css::awt::XPopupMenu > > PopupMenuRefList; |