diff options
Diffstat (limited to 'sfx2/source/appl')
-rw-r--r-- | sfx2/source/appl/imestatuswindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/imestatuswindow.hxx b/sfx2/source/appl/imestatuswindow.hxx index f9df1c623950..79bf806328b6 100644 --- a/sfx2/source/appl/imestatuswindow.hxx +++ b/sfx2/source/appl/imestatuswindow.hxx @@ -87,7 +87,7 @@ public: using ImeStatusWindow_Impl::operator delete; private: - ImeStatusWindow(ImeStatusWindow &) = delete; + ImeStatusWindow(ImeStatusWindow const &) = delete; void operator =(const ImeStatusWindow&) = delete; virtual ~ImeStatusWindow() override; |