summaryrefslogtreecommitdiff
path: root/uui/source/filechanged.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/filechanged.hxx')
-rw-r--r--uui/source/filechanged.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/filechanged.hxx b/uui/source/filechanged.hxx
index aa84c57430a8..5fe447b19c3e 100644
--- a/uui/source/filechanged.hxx
+++ b/uui/source/filechanged.hxx
@@ -25,7 +25,7 @@ class FileChangedQueryBox : public MessBox
{
public:
FileChangedQueryBox( vcl::Window* pParent, ResMgr* pResMgr );
- virtual ~FileChangedQueryBox();
+ virtual ~FileChangedQueryBox() override;
};
#endif