Fix broken build of the project when BUILD_SHARED_LIBS=1

This commit is contained in:
Stinkfist0
2016-05-30 13:54:24 +03:00
parent cae24a9492
commit 90a2c445ea
12 changed files with 876 additions and 846 deletions
+3 -2
View File
@@ -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