summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/animationsetnode.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/animationsetnode.cxx')
-rw-r--r--slideshow/source/engine/animationnodes/animationsetnode.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/animationnodes/animationsetnode.cxx b/slideshow/source/engine/animationnodes/animationsetnode.cxx
index b0131c3b14d0..0eb042bd2a8b 100644
--- a/slideshow/source/engine/animationnodes/animationsetnode.cxx
+++ b/slideshow/source/engine/animationnodes/animationsetnode.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: animationsetnode.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 17:03:21 $
+ * last change: $Author: rt $ $Date: 2005-03-30 08:05:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,8 +119,8 @@ namespace presentation
// since BaseNode::deactivate() is virtual, we actually call
// AnimationBaseNode::deactivate() with this functor)
getContext().mrEventQueue.addEvent(
- makeEvent( ::boost::bind(&BaseNode::deactivate,
- ::boost::cref( getSelf() ) ) ) );
+ makeEvent( boost::bind( &BaseNode::deactivate,
+ getSelf() ) ) );
}
}