Index: OpenSceneGraph/trunk/include/osgAnimation/EaseMotion
===================================================================
--- OpenSceneGraph/trunk/include/osgAnimation/EaseMotion (revision 9981)
+++ OpenSceneGraph/trunk/include/osgAnimation/EaseMotion (revision 11009)
@@ -314,5 +314,5 @@
                 return;
             }
-            for (MotionList::const_iterator it = _motions.begin(); it != _motions.end(); it++)
+            for (MotionList::const_iterator it = _motions.begin(); it != _motions.end(); ++it)
             {
                 const Motion* motion = static_cast<const Motion*>(it->get());
