From 05eddca520d0206f9b43064850b60556650595ac Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 2 Nov 2006 15:09:48 +0000 Subject: [PATCH] To adjust to the new ColorePrs3d_i interface --- src/VISU_I/VISU_TimeAnimation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2