summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/builder.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 0dea516c7f2a..1016c3a8597d 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -153,7 +153,6 @@ private:
OString const m_sID;
VclPtr<Menu> m_pMenu;
MenuAndId(const OString &rId, Menu *pMenu);
- ~MenuAndId();
};
std::vector<MenuAndId> m_aMenus;