diff options
Diffstat (limited to 'vcl/inc/unx/i18n_status.hxx')
-rw-r--r-- | vcl/inc/unx/i18n_status.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/i18n_status.hxx b/vcl/inc/unx/i18n_status.hxx index ee0ff3419bb8..ff954ceb37c4 100644 --- a/vcl/inc/unx/i18n_status.hxx +++ b/vcl/inc/unx/i18n_status.hxx @@ -22,6 +22,7 @@ #include <rtl/ustring.hxx> #include <salimestatus.hxx> +#include <vcl/vclptr.hxx> #include <vector> @@ -57,7 +58,7 @@ public: }; private: SalFrame* m_pParent; - StatusWindow* m_pStatusWindow; + VclPtr<StatusWindow> m_pStatusWindow; OUString m_aCurrentIM; ::std::vector< ChoiceData > m_aChoices; |