Salome HOME
[MEDCalc] Simplifying IDL enum names.
[modules/med.git] / src / MEDCalc / cmp / MEDPresentation.txx
index 8d6fa6f0716454290c9304b4676d9e3e6aedcf47..dc99dcdc522b111732d6eebc6b84db36f3ca031e 100644 (file)
@@ -98,7 +98,7 @@ MEDPresentation::updateComponent(const std::string& newCompo)
 
 template<typename PresentationType, typename PresentationParameters>
 void
-MEDPresentation::updateColorMap(MEDCALC::MEDPresentationColorMap colorMap)
+MEDPresentation::updateColorMap(MEDCALC::ColorMapType colorMap)
 {
   PresentationType * p = static_cast<PresentationType*>(this);
 
@@ -123,7 +123,7 @@ MEDPresentation::updateColorMap(MEDCALC::MEDPresentationColorMap colorMap)
 
 template<typename PresentationType, typename PresentationParameters>
 void
-MEDPresentation::updateScalarBarRange(MEDCALC::MEDPresentationScalarBarRange sbRange)
+MEDPresentation::updateScalarBarRange(MEDCALC::ScalarBarRangeType sbRange)
 {
   PresentationType * p = static_cast<PresentationType*>(this);