summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-02-21 14:21:31 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-02-21 16:18:06 +0000
commit342238a320b057d2aab401e29a44fc8f96a3da6a (patch)
treef4e2958592c78a19a55bd2fb36d69e92e3b3d7e7 /include
parentstl debugging points out that a < a (diff)
downloadcore-342238a320b057d2aab401e29a44fc8f96a3da6a.tar.gz
core-342238a320b057d2aab401e29a44fc8f96a3da6a.zip
improve loading submenus from .ui
Change-Id: Ida5382bffa3cee55ffa64fd50d3733a178afa639
Diffstat (limited to 'include')
-rw-r--r--include/vcl/builder.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 057737294924..d8de47416fb0 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -366,6 +366,7 @@ private:
void insertMenuObject(
PopupMenu *pParent,
+ PopupMenu *pSubMenu,
const OString &rClass,
const OString &rID,
stringmap &rProps,