From c3af2cd9a1ec20bd5821aeb5c9abf8412fb4d1c4 Mon Sep 17 00:00:00 2001 From: apo Date: Thu, 2 Nov 2006 06:15:10 +0000 Subject: [PATCH] Minor changes --- src/VISU_I/VISUConfig.cc | 4 ++-- src/VISU_I/VISU_I.cxx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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" -- 2.39.2