summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-11-13 14:13:10 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-11-13 14:13:10 +0000
commit71df333a293c57a9f9c59f1bac325c3e39491ed4 (patch)
tree7b9bbb8c671ca0086b07bb322365c73a484f0f5f /basebmp
parent5d1ed328f60c50c9aedf38d0914dc5f61811d8cf (diff)
INTEGRATION: CWS sb82 (1.3.38); FILE MERGED
2007/11/07 12:39:06 sb 1.3.38.1: #i83412# struct/class mismatch.
Diffstat (limited to 'basebmp')
-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;