ifcparse: fix missing include and const

This commit is contained in:
Dirk Olbrich
2024-02-22 20:51:02 +01:00
committed by Thomas Krijnen
parent 47a2971c65
commit eb50be5c52
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ class IFC_PARSE_API Logger {
static Severity verbosity_;
static Format format_;
static boost::optional<IfcUtil::IfcBaseClass*> current_product_;
static boost::optional<const IfcUtil::IfcBaseClass*> current_product_;
static Severity max_severity_;
static boost::optional<long long> first_timepoint_;