]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeTables.cpp
Salome HOME
Issue #1865 : initial implementation of fields results and high level API
[modules/shaper.git] / src / Model / Model_AttributeTables.cpp
index b6c2c4e8c9f5dde20f2ec42633faa3117297f5c1..923caa3d7074eadc4a499d36675fea52c9192805 100644 (file)
@@ -163,7 +163,7 @@ void Model_AttributeTables::setType(ModelAPI_AttributeTables::ValueType theType)
   }
 }
 
-const ModelAPI_AttributeTables::ValueType& Model_AttributeTables::type(ValueType) const
+const ModelAPI_AttributeTables::ValueType& Model_AttributeTables::type() const
 {
   return myType;
 }