Salome HOME
LOT7: fix compilation at med_int==int64
[modules/med.git] / src / MEDCalculator / MEDCalculatorDBRangeSelection.hxx
index 823a846057c5d66d4a2323d34a89bd0fcab7b37a..1c56a7cd01cad837f2fea64d942385632e6252aa 100644 (file)
@@ -38,7 +38,7 @@ namespace MEDCoupling
     void setPyEnd(int val);
     MEDCalculatorDBRangeSelection& operator=(const char *v) throw(INTERP_KERNEL::Exception);
     MEDCalculatorDBRangeSelection& operator=(int v) throw(INTERP_KERNEL::Exception);
-    std::vector<int> getIds(int lgth) const throw(INTERP_KERNEL::Exception);
+    std::vector<std::size_t> getIds(int lgth) const throw(INTERP_KERNEL::Exception);
     int getSize(int lgth) const throw(INTERP_KERNEL::Exception);
     bool isAll() const;
     void setAll();