]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To fix a compilation problem
authorapo <apo@opencascade.com>
Wed, 7 Nov 2007 11:02:58 +0000 (11:02 +0000)
committerapo <apo@opencascade.com>
Wed, 7 Nov 2007 11:02:58 +0000 (11:02 +0000)
src/VISU_I/VISU_TimeAnimation.cxx

index 07d8b54fdfc07bf543afa3145f90569ef28c5cde..d798ef3ee1a5f84447eff85bdb4b01a32ad4e086 100644 (file)
@@ -1372,8 +1372,8 @@ void VISU_TimeAnimation::saveImages( int theFieldId,
     aFile += myDumpFormat.lower();
     ProcessVoidEvent(new TVoidMemFunEvent<SVTK_ViewWindow>
                     (myView,&SVTK_ViewWindow::RefreshDumpImage)); // IPAL13602
-    ProcessEvent(new TMemFun2ArgEvent<SVTK_ViewWindow,bool,const QString&,const QString&>
-                (myView,&SVTK_ViewWindow::dumpViewToFormat,aFile,myDumpFormat));
+    ProcessEvent(new TMemFun2ArgEvent<SUIT_ViewWindow,bool,const QString&,const QString&>
+                (myView,&SUIT_ViewWindow::dumpViewToFormat,aFile,myDumpFormat));
   } else {
     QFileInfo aFileInfo(myDumpPath);
     QString aDirPath = aFileInfo.dirPath(true);