From 120de2f60112747606eaf99846b89e3664654307 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 2 Nov 2014 18:50:12 +0000 Subject: [PATCH] Remove erroneous qualifier --- src/ifcparse/IfcWrite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcparse/IfcWrite.h b/src/ifcparse/IfcWrite.h index d09d014c43..5f794310f4 100644 --- a/src/ifcparse/IfcWrite.h +++ b/src/ifcparse/IfcWrite.h @@ -132,7 +132,7 @@ namespace IfcWrite { std::string toString(bool upper=false) const; unsigned int Size() const; argument_type argumentType() const; - IfcUtil::ArgumentType IfcWriteArgument::type() const; + IfcUtil::ArgumentType type() const; }; /// An entity to help with passing of SELECT arguments that