We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872dd4e commit 120de2fCopy full SHA for 120de2f
src/ifcparse/IfcWrite.h
@@ -132,7 +132,7 @@ namespace IfcWrite {
132
std::string toString(bool upper=false) const;
133
unsigned int Size() const;
134
argument_type argumentType() const;
135
- IfcUtil::ArgumentType IfcWriteArgument::type() const;
+ IfcUtil::ArgumentType type() const;
136
};
137
138
/// An entity to help with passing of SELECT arguments that
0 commit comments