diff options
Diffstat (limited to 'uui/source/filechanged.hxx')
-rw-r--r-- | uui/source/filechanged.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/filechanged.hxx b/uui/source/filechanged.hxx index 5ef234df7cd0..ea7bfb047dd0 100644 --- a/uui/source/filechanged.hxx +++ b/uui/source/filechanged.hxx @@ -25,7 +25,7 @@ class FileChangedQueryBox : public MessBox { public: FileChangedQueryBox( Window* pParent, ResMgr* pResMgr ); - ~FileChangedQueryBox(); + virtual ~FileChangedQueryBox(); }; #endif |