diff options
Diffstat (limited to 'framework/inc/services/uriabbreviation.hxx')
-rw-r--r-- | framework/inc/services/uriabbreviation.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/services/uriabbreviation.hxx b/framework/inc/services/uriabbreviation.hxx index 79b38831c0af..9357a6255fbc 100644 --- a/framework/inc/services/uriabbreviation.hxx +++ b/framework/inc/services/uriabbreviation.hxx @@ -48,7 +48,7 @@ private: UriAbbreviation(UriAbbreviation &) = delete; void operator =(UriAbbreviation &) = delete; - virtual ~UriAbbreviation() {} + virtual ~UriAbbreviation() override {} }; } // namespace framework |