diff options
Diffstat (limited to 'include/sfx2/frame.hxx')
-rw-r--r-- | include/sfx2/frame.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index f78f51509d4f..69b6dd36252c 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -72,7 +72,7 @@ private: std::unique_ptr< SfxFrame_Impl > m_pImpl; VclPtr<vcl::Window> m_pWindow; - virtual ~SfxFrame(); + ~SfxFrame(); SAL_DLLPRIVATE SfxFrame( vcl::Window& i_rContainerWindow ); |