Skip to content

Commit 120de2f

Browse files
committed
Remove erroneous qualifier
1 parent 872dd4e commit 120de2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ifcparse/IfcWrite.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ namespace IfcWrite {
132132
std::string toString(bool upper=false) const;
133133
unsigned int Size() const;
134134
argument_type argumentType() const;
135-
IfcUtil::ArgumentType IfcWriteArgument::type() const;
135+
IfcUtil::ArgumentType type() const;
136136
};
137137

138138
/// An entity to help with passing of SELECT arguments that

0 commit comments

Comments
 (0)