mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
Fixes compilation issues due to private copy constructors using older versions of gcc
Added additional default library and include directories to cmake build file Fixes a compilation error in the python wrapper
This commit is contained in:
@@ -36,6 +36,6 @@ namespace IfcGeomObjects {
|
||||
|
||||
extern bool Next();
|
||||
extern const IfcGeomObject* Get();
|
||||
extern bool Init(char* fn, bool world_coords = false);
|
||||
extern bool Init(const char* fn, bool world_coords = false);
|
||||
extern int Progress();
|
||||
};
|
||||
Reference in New Issue
Block a user