mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 03:19:53 +00:00
Fix a typo preventing gcc compilation
Increment version string to 0.3.0-rc3 Add version string to IfcObj output
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#ifndef IFCPARSE_H
|
||||
#define IFCPARSE_H
|
||||
|
||||
#define IFCOPENSHELL_VERSION "0.3.0-rc2"
|
||||
#define IFCOPENSHELL_VERSION "0.3.0-rc3"
|
||||
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
@@ -260,7 +260,7 @@ public:
|
||||
/// Returns the entity with the specified id
|
||||
static IfcEntity EntityById(int id);
|
||||
/// Returns the entity with the specified GlobalId
|
||||
static Ifc2x3::IfcRoot::ptr Ifc::EntityByGuid(const std::string& guid);
|
||||
static Ifc2x3::IfcRoot::ptr EntityByGuid(const std::string& guid);
|
||||
static bool Init(const std::string& fn);
|
||||
static bool Init(std::istream& fn, int len);
|
||||
static bool Init(void* data, int len);
|
||||
|
||||
Reference in New Issue
Block a user