Use std::string instead of char* for IfcGeomObjects::Init()

This commit is contained in:
Thomas Krijnen
2011-12-01 11:19:27 +00:00
parent 1a40a9f78c
commit f6da8285f7
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ namespace IfcGeomObjects {
bool Next();
const IfcGeomObject* Get();
bool Init(const char* fn);
bool Init(const std::string fn);
void Settings(int setting, bool value);
int Progress();
const IfcObject* GetObject(int id);