Fix errors after merge

This commit is contained in:
Thomas Krijnen
2019-03-08 17:22:05 +01:00
parent ac4be43170
commit 2a026e93d5
3 changed files with 5 additions and 30 deletions
-4
View File
@@ -53,10 +53,6 @@ private:
static Format format;
static boost::optional<IfcUtil::IfcBaseClass*> current_product;
static Severity max_severity;
static boost::optional<IfcSchema::IfcProduct*> current_product;
template <typename T>
static void log(T& log2, Logger::Severity type, const std::string& message, IfcUtil::IfcBaseClass* instance);
public:
static void SetProduct(boost::optional<IfcUtil::IfcBaseClass*> product);