Parameter naming

This commit is contained in:
Thomas Krijnen
2026-03-31 18:23:13 +02:00
parent a07f56db6f
commit 20ccf2b455
24 changed files with 619 additions and 605 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class IFC_PARSE_API character_decoder {
operator std::string();
// Gets a decoded string representation at the offset provided,
// does not mutate the underlying token stream read pointer.
std::string get(size_t&);
std::string get(size_t& offset);
};
} // namespace ifcopenshell