From bbe84e1372cf0912e3b3ccf998ffc9167ac985ad Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 7 Nov 2007 11:02:58 +0000 Subject: [PATCH] To fix a compilation problem --- src/VISU_I/VISU_TimeAnimation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.2