- added various consts here an there

This commit is contained in:
granzuglia 2018-01-04 11:57:04 +11:00
parent 83aee42b0a
commit ea1623ecf3
2 changed files with 2008 additions and 2007 deletions

View File

@ -217,7 +217,7 @@ namespace vcg
return res;
}
size_t serialize(std::string& str)
size_t serialize(std::string& str) const
{
for (unsigned int ii = 0; ii < ATT_NAMES_DERIVED_CLASS::enumArity(); ++ii)
str.append(((_atts[ii]) ? "1" : "0"));

File diff suppressed because it is too large Load Diff