summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/accessiblefactory.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/toolkit/helper/accessiblefactory.hxx')
-rw-r--r--include/toolkit/helper/accessiblefactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toolkit/helper/accessiblefactory.hxx b/include/toolkit/helper/accessiblefactory.hxx
index 95255e7a5db8..1dfd3d7d7e35 100644
--- a/include/toolkit/helper/accessiblefactory.hxx
+++ b/include/toolkit/helper/accessiblefactory.hxx
@@ -122,7 +122,7 @@ namespace toolkit
createAccessible( Menu* _pMenu, bool _bIsMenuBar ) = 0;
protected:
- virtual ~IAccessibleFactory() {}
+ virtual ~IAccessibleFactory() override {}
};