summaryrefslogtreecommitdiffstats
path: root/uui/source/trylater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/trylater.hxx')
-rw-r--r--uui/source/trylater.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/trylater.hxx b/uui/source/trylater.hxx
index abaaf2e91d61..de23fc6a25a3 100644
--- a/uui/source/trylater.hxx
+++ b/uui/source/trylater.hxx
@@ -25,7 +25,7 @@ class TryLaterQueryBox : public MessBox
{
public:
TryLaterQueryBox( Window* pParent, ResMgr* pResMgr, const OUString& aMessage );
- ~TryLaterQueryBox();
+ virtual ~TryLaterQueryBox();
};
#endif