summaryrefslogtreecommitdiff
path: root/include/svx/txencbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/txencbox.hxx')
-rw-r--r--include/svx/txencbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx
index 4555b7d338da..294362cc5f85 100644
--- a/include/svx/txencbox.hxx
+++ b/include/svx/txencbox.hxx
@@ -95,7 +95,7 @@ private:
std::unique_ptr<weld::ComboBoxText> m_xControl;
public:
- TextEncodingBox(weld::ComboBoxText* pControl);
+ TextEncodingBox(std::unique_ptr<weld::ComboBoxText> pControl);
~TextEncodingBox();