diff options
Diffstat (limited to 'include/cppuhelper/component.hxx')
-rw-r--r-- | include/cppuhelper/component.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/component.hxx b/include/cppuhelper/component.hxx index 0b43c488af11..e9a684f1b14c 100644 --- a/include/cppuhelper/component.hxx +++ b/include/cppuhelper/component.hxx @@ -57,7 +57,7 @@ public: OComponentHelper( ::osl::Mutex & rMutex ); /** Destructor. If this object was not disposed previously, object will be disposed manually. */ - virtual ~OComponentHelper(); + virtual ~OComponentHelper() SAL_OVERRIDE; // XAggregation virtual css::uno::Any SAL_CALL queryInterface( |