diff options
Diffstat (limited to 'include/svx/AccessibleShape.hxx')
-rw-r--r-- | include/svx/AccessibleShape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx index 8f961fffb111..f88d190bbe7a 100644 --- a/include/svx/AccessibleShape.hxx +++ b/include/svx/AccessibleShape.hxx @@ -154,7 +154,7 @@ public: /** The destructor releases its children manager and text engine if still existent. These are responsible to send appropriate events. */ - virtual ~AccessibleShape(); + virtual ~AccessibleShape() override; /** Initialize a new shape. See the documentation of the constructor for the reason of this method's existence. |