mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
Correct visibility of IfcBaseType methods. Thanks Ian.
This commit is contained in:
@@ -80,6 +80,7 @@ namespace IfcUtil {
|
|||||||
|
|
||||||
// TODO: Investigate whether these should be template classes instead
|
// TODO: Investigate whether these should be template classes instead
|
||||||
class IfcBaseType : public IfcBaseEntity {
|
class IfcBaseType : public IfcBaseEntity {
|
||||||
|
public:
|
||||||
unsigned int getArgumentCount() const;
|
unsigned int getArgumentCount() const;
|
||||||
Argument* getArgument(unsigned int i) const;
|
Argument* getArgument(unsigned int i) const;
|
||||||
const char* getArgumentName(unsigned int i) const;
|
const char* getArgumentName(unsigned int i) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user