From 2a7135f3475298aa8b58b3f380b3c3d222f53644 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 19 Feb 2015 10:53:41 +0000 Subject: [PATCH] Correct visibility of IfcBaseType methods. Thanks Ian. --- src/ifcparse/IfcUtil.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcparse/IfcUtil.h b/src/ifcparse/IfcUtil.h index 551b04c189..69d187715d 100644 --- a/src/ifcparse/IfcUtil.h +++ b/src/ifcparse/IfcUtil.h @@ -80,6 +80,7 @@ namespace IfcUtil { // TODO: Investigate whether these should be template classes instead class IfcBaseType : public IfcBaseEntity { + public: unsigned int getArgumentCount() const; Argument* getArgument(unsigned int i) const; const char* getArgumentName(unsigned int i) const;