Salome HOME
Issue #1865 : initial implementation of fields results and high level API
[modules/shaper.git] / src / Model / Model_AttributeTables.h
index 311b947515ead5dd9115299031b2e2ea774e5bf8..8752ffa72848a65cfc5ba2675ec22de04466021b 100644 (file)
@@ -44,7 +44,7 @@ public:
   /// Defines the tyoe of values in the table. If it differs from the current, erases the content.
   MODEL_EXPORT virtual void setType(ValueType theType);
   /// Defines the tyoe of values in the table. If it differs from the current, erases the content.
-  MODEL_EXPORT virtual const ValueType& type(ValueType) const;
+  MODEL_EXPORT virtual const ValueType& type() const;
   /// Defines the value by the index in the tables set (indexes are zero-based).
   MODEL_EXPORT virtual void setValue(
     const Value theValue, const int theRow, const int theColumn, const int theTable = 0);