From 846e21792b24765bd214430c6d67bda9b796e10e Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Mon, 8 Oct 2001 08:57:43 +0000 Subject: #92786# refcount implemented --- dbaccess/source/ui/inc/RefFunctor.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess/source/ui/inc/RefFunctor.hxx') diff --git a/dbaccess/source/ui/inc/RefFunctor.hxx b/dbaccess/source/ui/inc/RefFunctor.hxx index 782816e91566..1c6d83b87af8 100644 --- a/dbaccess/source/ui/inc/RefFunctor.hxx +++ b/dbaccess/source/ui/inc/RefFunctor.hxx @@ -2,9 +2,9 @@ * * $RCSfile: RefFunctor.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: oj $ $Date: 2001-10-08 07:30:51 $ + * last change: $Author: oj $ $Date: 2001-10-08 09:57:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ namespace dbaui public: OUnaryRefFunctor(const ::std::mem_fun_t& _aFunc) : m_aFunction(_aFunc) {} - inline typename result_type operator()(const typename argument_type& _aType) const + inline result_type operator()(const argument_type& _aType) const { m_aFunction(_aType.getBodyPtr()); } -- cgit