rename string_for_value_type to type_identifier

This commit is contained in:
Max Lyon
2021-03-15 16:15:24 +01:00
parent 20baccda4c
commit 2a4fd0b887
7 changed files with 14 additions and 14 deletions

View File

@@ -214,7 +214,7 @@ public: // data access interface
std::string get_storage_name() const override
{
return OpenMesh::IO::binary<T>::string_for_value_type();
return OpenMesh::IO::binary<T>::type_identifier();
}
private:
@@ -382,7 +382,7 @@ public:
std::string get_storage_name() const override
{
return OpenMesh::IO::binary<bool>::string_for_value_type();
return OpenMesh::IO::binary<bool>::type_identifier();
}