Salome HOME
[MEDCalc] Simplifying IDL enum names.
[modules/med.git] / src / MEDCalc / cmp / MEDPresentationDeflectionShape.hxx
index f03240e087ff2cab0c09d56e7b70bb3fcf6b9e84..e23be43741cce85702e8b46f521a7efe58b7108f 100644 (file)
@@ -32,7 +32,7 @@ public:
   virtual ~MEDPresentationDeflectionShape() {}
 
   void updatePipeline(const MEDCALC::DeflectionShapeParameters& params);
-  MEDCALC::MEDPresentationViewMode getViewMode() { return _params.viewMode; }
+  MEDCALC::ViewModeType getViewMode() { return _params.viewMode; }
 
 protected:
   virtual void internalGeneratePipeline();