summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-11-04 21:54:56 +0100
committerMathias Bauer <mba@openoffice.org>2009-11-04 21:54:56 +0100
commit2e563207e1f067b161282d2181629c070114a4b9 (patch)
tree6efc48ba41689de425095c7bf7e27d07f071fa08 /unotools/inc/unotools
parent20820038846ae5821d42897623ca2bee2f8e0d87 (diff)
#i196421#: some problems with pch on Windows
Diffstat (limited to 'unotools/inc/unotools')
-rwxr-xr-xunotools/inc/unotools/options.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/options.hxx b/unotools/inc/unotools/options.hxx
index c0eaf5557033..b5664edac2d1 100755
--- a/unotools/inc/unotools/options.hxx
+++ b/unotools/inc/unotools/options.hxx
@@ -69,7 +69,7 @@ namespace utl {
// notify listeners; nHint is an implementation detail of the particular class deriving from ConfigurationBroadcaster
void NotifyListeners( sal_uInt32 nHint );
ConfigurationBroadcaster();
- ~ConfigurationBroadcaster();
+ virtual ~ConfigurationBroadcaster();
virtual void BlockBroadcasts( bool bBlock );
};