mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
ifcparse: fix missing include and const
This commit is contained in:
committed by
Thomas Krijnen
parent
47a2971c65
commit
eb50be5c52
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user