summaryrefslogtreecommitdiff
path: root/include/vcl/WeldedTabbedNotebookbar.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/WeldedTabbedNotebookbar.hxx')
-rw-r--r--include/vcl/WeldedTabbedNotebookbar.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/WeldedTabbedNotebookbar.hxx b/include/vcl/WeldedTabbedNotebookbar.hxx
index d0549d25d019..59190425ecfe 100644
--- a/include/vcl/WeldedTabbedNotebookbar.hxx
+++ b/include/vcl/WeldedTabbedNotebookbar.hxx
@@ -25,7 +25,8 @@ class VCL_DLLPUBLIC WeldedTabbedNotebookbar
std::unique_ptr<weld::Notebook> m_xNotebook;
public:
- WeldedTabbedNotebookbar(VclPtr<vcl::Window>& pContainerWindow, const OUString& rUIFilePath,
+ WeldedTabbedNotebookbar(const VclPtr<vcl::Window>& pContainerWindow,
+ const OUString& rUIFilePath,
const css::uno::Reference<css::frame::XFrame>& rFrame,
sal_uInt64 nWindowId);
};