rename string_for_value_type to type_identifier
This commit is contained in:
@@ -155,7 +155,7 @@ class PropertyCreatorT<ClassName> : public PropertyCreatorImpl<PropertyCreatorT<
|
||||
{ \
|
||||
public: \
|
||||
using type = ClassName; \
|
||||
std::string type_string() override { return OpenMesh::IO::binary<type>::string_for_value_type(); } \
|
||||
std::string type_string() override { return OpenMesh::IO::binary<type>::type_identifier(); } \
|
||||
\
|
||||
PropertyCreatorT() \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user