Skip to content

Commit 658095e

Browse files
committed
#4222 template kw
1 parent 1764741 commit 658095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/IfcParseExamples.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ std::string format_string(const Argument* argument) {
112112
template <typename Schema, typename T>
113113
void process_pset(element_properties& props, const T* inst) {
114114
// Process an individual Property or Quantity set.
115-
if (auto pset = inst->as<typename Schema::IfcPropertySet>()) {
115+
if (auto pset = inst->template as<typename Schema::IfcPropertySet>()) {
116116
if (!pset->Name()) {
117117
return;
118118
}

0 commit comments

Comments
 (0)