summaryrefslogtreecommitdiff
path: root/basebmp/inc/basebmp/accessorfunctors.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/inc/basebmp/accessorfunctors.hxx')
-rw-r--r--basebmp/inc/basebmp/accessorfunctors.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/inc/basebmp/accessorfunctors.hxx b/basebmp/inc/basebmp/accessorfunctors.hxx
index 0c22d29a6032..2c81dd0fa3ec 100644
--- a/basebmp/inc/basebmp/accessorfunctors.hxx
+++ b/basebmp/inc/basebmp/accessorfunctors.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessorfunctors.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: thb $ $Date: 2006-07-21 20:57:05 $
+ * last change: $Author: rt $ $Date: 2007-11-13 15:13:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -167,7 +167,7 @@ template< typename Functor > struct BinaryFunctorSplittingWrapper :
#ifndef BOOST_NO_MEMBER_TEMPLATE_FRIENDS
// making all members public, if no member template friends
private:
- template<class A> friend class BinaryFunctorSplittingWrapper;
+ template<class A> friend struct BinaryFunctorSplittingWrapper;
#endif
Functor maFunctor;