Add couple missing IfcParse_EXPORTs + add a missing license information

This commit is contained in:
Stinkfist0
2016-05-30 17:12:53 +03:00
parent 53fadd9808
commit 42acc7224c
5 changed files with 27 additions and 6 deletions
+3 -1
View File
@@ -20,11 +20,13 @@
#ifndef IFCEXCEPTION_H
#define IFCEXCEPTION_H
#include "IfcParse_Export.h"
#include <exception>
#include <string>
namespace IfcParse {
class IfcException : public std::exception {
class IfcParse_EXPORT IfcException : public std::exception {
private:
std::string message;
public: