Skip to content

Commit 2a7135f

Browse files
committed
Correct visibility of IfcBaseType methods. Thanks Ian.
1 parent a57a305 commit 2a7135f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ifcparse/IfcUtil.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ namespace IfcUtil {
8080

8181
// TODO: Investigate whether these should be template classes instead
8282
class IfcBaseType : public IfcBaseEntity {
83+
public:
8384
unsigned int getArgumentCount() const;
8485
Argument* getArgument(unsigned int i) const;
8586
const char* getArgumentName(unsigned int i) const;

0 commit comments

Comments
 (0)