diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:25:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:25:08 +0000 |
commit | 8acb5da87c26d1ccb977e193db49a0795735d080 (patch) | |
tree | 61aab411b2a0d74797564bab83dcb19e8ede6da9 | |
parent | b30ab789039870d4e55a404344caeda4b157e975 (diff) |
INTEGRATION: CWS cfgcleanup (1.6.70); FILE MERGED
2004/02/09 15:30:19 jb 1.6.70.1: #i25025# Eliminate warnings from gcc
-rw-r--r-- | configmgr/source/inc/confevents.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/inc/confevents.hxx b/configmgr/source/inc/confevents.hxx index 089adcdfab32..03bf178a1d20 100644 --- a/configmgr/source/inc/confevents.hxx +++ b/configmgr/source/inc/confevents.hxx @@ -2,9 +2,9 @@ * * $RCSfile: confevents.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:18:55 $ + * last change: $Author: kz $ $Date: 2004-03-23 10:25:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,7 +97,7 @@ namespace configmgr { protected: IConfigBroadcaster() {} - ~IConfigBroadcaster() {} + virtual ~IConfigBroadcaster() {} public: virtual void addListener(AbsolutePath const& aPath, const RequestOptions& _aOptions, INodeListenerRef const& pListener) = 0; virtual void removeListener(const RequestOptions& _aOptions, INodeListenerRef const& pListener) = 0; |