diff options
Diffstat (limited to 'include/sfx2/app.hxx')
-rw-r--r-- | include/sfx2/app.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index 247ccface11c..f3b72cd54c98 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -141,7 +141,7 @@ public: SFX_DECL_INTERFACE(SFX_INTERFACE_SFXAPP) SfxApplication(); - ~SfxApplication(); + virtual ~SfxApplication(); static SfxApplication* GetOrCreate(); // Resource Manager |