mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix warning C4275
It's not enough to disable this warning by adding /wd4257 at build time because it's triggered when the library is consumed.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "IfcException.h"
|
||||
|
||||
IfcParse::IfcException::~IfcException() = default;
|
||||
|
||||
IfcParse::IfcAttributeOutOfRangeException::~IfcAttributeOutOfRangeException() = default;
|
||||
|
||||
IfcParse::IfcInvalidTokenException::~IfcInvalidTokenException() = default;
|
||||
Reference in New Issue
Block a user