We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88b727 commit b6aef92Copy full SHA for b6aef92
src/xml_parsing.cpp
@@ -53,7 +53,7 @@ std::string xsdAttributeType(const BT::PortInfo& port_info)
53
return "blackboardType";
54
}
55
const auto& type_info = port_info.type();
56
- if((type_info == typeid(int)) or (type_info == typeid(unsigned int)))
+ if((type_info == typeid(int)) || (type_info == typeid(unsigned int)))
57
{
58
return "integerOrBlackboardType";
59
0 commit comments