From: apo Date: Thu, 2 Nov 2006 15:09:48 +0000 (+0000) Subject: To adjust to the new ColorePrs3d_i interface X-Git-Tag: WP1_2_3_06-10-2006~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=05eddca520d0206f9b43064850b60556650595ac;p=modules%2Fvisu.git To adjust to the new ColorePrs3d_i interface --- diff --git a/src/VISU_I/VISU_TimeAnimation.cxx b/src/VISU_I/VISU_TimeAnimation.cxx index 5faacca8..7e61ebf5 100644 --- a/src/VISU_I/VISU_TimeAnimation.cxx +++ b/src/VISU_I/VISU_TimeAnimation.cxx @@ -245,7 +245,7 @@ namespace int aTimeStampId = VISU::Storable::FindValue(aTimeMap,"myTimeStampId").toInt(); bool anIsCreated = false; - TPrs3d* aPresent = new TPrs3d(theResult, false); + TPrs3d* aPresent = new TPrs3d(theResult,VISU::ColoredPrs3d_i:: EDoNotPublish); #ifdef NO_CAS_CATCH try{ OCC_CATCH_SIGNALS;