rename string_for_value_type to type_identifier
This commit is contained in:
@@ -38,7 +38,7 @@ namespace IO
|
||||
{
|
||||
return size_of();
|
||||
}
|
||||
static std::string string_for_value_type(void)
|
||||
static std::string type_identifier(void)
|
||||
{
|
||||
return "RegisteredDataType";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user