mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 08:13:14 +00:00
Fix broken build of the project when BUILD_SHARED_LIBS=1
This commit is contained in:
@@ -34,8 +34,9 @@
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
#include "IfcParse_Export.h"
|
||||
|
||||
class Logger {
|
||||
class IfcParse_EXPORT Logger {
|
||||
public:
|
||||
typedef enum { LOG_NOTICE, LOG_WARNING, LOG_ERROR } Severity;
|
||||
private:
|
||||
@@ -59,4 +60,4 @@ public:
|
||||
static std::string GetLog();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user