From: apo Date: Thu, 2 Nov 2006 06:15:10 +0000 (+0000) Subject: Minor changes X-Git-Tag: WP1_2_3_06-10-2006~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c3af2cd9a1ec20bd5821aeb5c9abf8412fb4d1c4;p=modules%2Fvisu.git Minor changes --- diff --git a/src/VISU_I/VISUConfig.cc b/src/VISU_I/VISUConfig.cc index 91624f8f..401dd8ee 100644 --- a/src/VISU_I/VISUConfig.cc +++ b/src/VISU_I/VISUConfig.cc @@ -185,8 +185,8 @@ namespace VISU{ Storable* Storable ::Create(SALOMEDS::SObject_ptr theSObject, - const std::string& thePrefix, - const std::string& theLocalPersistentID) + const std::string& thePrefix, + const std::string& theLocalPersistentID) { try{ QString strIn( theLocalPersistentID.c_str() ); diff --git a/src/VISU_I/VISU_I.cxx b/src/VISU_I/VISU_I.cxx index 649d25df..6c8c3973 100644 --- a/src/VISU_I/VISU_I.cxx +++ b/src/VISU_I/VISU_I.cxx @@ -43,6 +43,7 @@ #include "VISU_Vectors_i.hh" #include "VISU_StreamLines_i.hh" #include "VISU_GaussPoints_i.hh" +#include "VISU_ScalarMapOnDeformedShape_i.hh" #include "VISU_ViewManager_i.hh" #include "VISU_View_i.hh" #include "VISU_TimeAnimation.h"