missed from commit 99fc7a4311

pull/16/head
Emanoil Kotsev 5 years ago
parent 6236fe9051
commit 755938dd30

@ -561,7 +561,7 @@ static void writeNodeIntrospection(const Class& classData,
stream << " interfaceElement = doc.createElement(\"interface\");"
<< endl;
stream << " " << (*it).namespaces.join("::") + "::" + (*it).name
<< "::buildIntrospectionData(interfaceElement);" << endl;
<< "Interface::buildIntrospectionData(interfaceElement);" << endl;
stream << " nodeElement.appendChild(interfaceElement);" << endl;
}

Loading…
Cancel
Save