From 4b8485817c7c0b30662f4b6f8dbd0bb0eed80d1d Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 11 Jul 2001 08:39:17 +0000 Subject: #65293#: return type --- framework/inc/dispatch/basedispatcher.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/dispatch/basedispatcher.hxx b/framework/inc/dispatch/basedispatcher.hxx index 4bccabd9a96d..7be9e46dca48 100644 --- a/framework/inc/dispatch/basedispatcher.hxx +++ b/framework/inc/dispatch/basedispatcher.hxx @@ -2,9 +2,9 @@ * * $RCSfile: basedispatcher.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: as $ $Date: 2001-07-06 13:24:08 $ + * last change: $Author: hr $ $Date: 2001-07-11 09:39:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -266,7 +266,7 @@ class LoaderThreads : private ::std::vector< LoadBinding > } //--------------------------------------------------------------------------------------------------------- - inline append( const LoadBinding& aBinding ) + inline void append( const LoadBinding& aBinding ) { ResetableGuard aGuard( m_aLock ); push_back( aBinding ); -- cgit