mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
Add couple missing IfcParse_EXPORTs + add a missing license information
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user