Correct visibility of IfcBaseType methods. Thanks Ian.

This commit is contained in:
Thomas Krijnen
2015-02-19 10:53:41 +00:00
parent a57a305e9d
commit 2a7135f347
+1
View File
@@ -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;