0030612: Visualization - provide texture map with video as image source
[occt.git] / src / AIS / AIS_Animation.cxx
index dba5403..26c6f9b 100644 (file)
@@ -168,7 +168,7 @@ void AIS_Animation::StartTimer (const Standard_Real    theStartPts,
 {
   if (myTimer.IsNull())
   {
-    myTimer = new AIS_AnimationTimer();
+    myTimer = new Media_Timer();
   }
   myTimer->Stop();
   myTimer->Seek (theStartPts);