From: apo Date: Wed, 7 Nov 2007 11:02:58 +0000 (+0000) Subject: To fix a compilation problem X-Git-Tag: mergefrom_MERGE_MULTIPR_EVOLUTION_07-Dec-07~43 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bbe84e1372cf0912e3b3ccf998ffc9167ac985ad;p=modules%2Fvisu.git To fix a compilation problem --- diff --git a/src/VISU_I/VISU_TimeAnimation.cxx b/src/VISU_I/VISU_TimeAnimation.cxx index 07d8b54f..d798ef3e 100644 --- a/src/VISU_I/VISU_TimeAnimation.cxx +++ b/src/VISU_I/VISU_TimeAnimation.cxx @@ -1372,8 +1372,8 @@ void VISU_TimeAnimation::saveImages( int theFieldId, aFile += myDumpFormat.lower(); ProcessVoidEvent(new TVoidMemFunEvent (myView,&SVTK_ViewWindow::RefreshDumpImage)); // IPAL13602 - ProcessEvent(new TMemFun2ArgEvent - (myView,&SVTK_ViewWindow::dumpViewToFormat,aFile,myDumpFormat)); + ProcessEvent(new TMemFun2ArgEvent + (myView,&SUIT_ViewWindow::dumpViewToFormat,aFile,myDumpFormat)); } else { QFileInfo aFileInfo(myDumpPath); QString aDirPath = aFileInfo.dirPath(true);