Index: OpenSceneGraph/trunk/src/osgAnimation/LinkVisitor.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgAnimation/LinkVisitor.cpp (revision 10518)
+++ OpenSceneGraph/trunk/src/osgAnimation/LinkVisitor.cpp (revision 11009)
@@ -14,5 +14,5 @@
 
 #include <osgAnimation/LinkVisitor>
-#include <osgAnimation/UpdateCallback>
+#include <osgAnimation/AnimationUpdateCallback>
 #include <osg/Notify>
 #include <osg/Geode>
@@ -34,5 +34,5 @@
     return _animations;
 }
-void LinkVisitor::link(osgAnimation::AnimationUpdateCallbackBase* cb)
+void LinkVisitor::link(AnimationUpdateCallbackBase* cb)
 {
     int result = 0;
@@ -50,5 +50,5 @@
         return;
     osg::StateSet::AttributeList& attr = stateset->getAttributeList();
-    for (osg::StateSet::AttributeList::iterator it = attr.begin(); it != attr.end(); it++)
+    for (osg::StateSet::AttributeList::iterator it = attr.begin(); it != attr.end(); ++it)
     {
         osg::StateAttribute* sattr = it->second.first.get();
