Restructure and rename

This commit is contained in:
Thomas Krijnen
2026-03-31 15:32:36 +02:00
parent 724cdb446e
commit a07f56db6f
237 changed files with 72532 additions and 72535 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
#ifndef IFCPARSE_UTILS_H
#define IFCPARSE_UTILS_H
namespace IfcUtil {
namespace ifcopenshell {
/// Replaces spaces and potentially other problem causing characters with underscores.
IFC_PARSE_API void sanitate_material_name(std::string& str);
@@ -54,6 +54,6 @@ IFC_PARSE_API inline std::string from_utf8(const std::string& str) { return str;
} // namespace path
} // namespace IfcUtil
} // namespace ifcopenshell
#endif