Skip to content

Commit

Permalink
minor tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Dec 18, 2024
1 parent ccffa37 commit ecb6a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gbxml/ReverseTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace gbxml {
}
if (schemaVersion == VersionString(7, 3)) {
// validate the gbxml prior to reverse translation
auto gbxmlValidator = XMLValidator::gbxmlValidator(VersionString(7, 3));
auto gbxmlValidator = XMLValidator::gbxmlValidator(schemaVersion);
gbxmlValidator.validate(path);
} else {
LOG(Error,
Expand Down

0 comments on commit ecb6a53

Please sign in to comment.