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 44815b6 commit 0004cb6Copy full SHA for 0004cb6
ddsrouter_yaml/src/cpp/YamlReader_configuration.cpp
@@ -107,7 +107,7 @@ bool YamlValidator::validate<ddsrouter::core::SpecsConfiguration>(
107
SPECS_QOS_TAG,
108
DISCOVERY_TRIGGER_TAG};
109
110
- return YamlValidator::validate_tags_(yml, tags);
+ return YamlValidator::validate_tags(yml, tags);
111
}
112
113
template <>
@@ -328,7 +328,7 @@ bool YamlValidator::validate<ddsrouter::core::DdsRouterConfiguration>(
328
TOPICS_TAG,
329
SPECS_TAG};
330
331
332
333
334
0 commit comments