Fix inadvertent compilation error

This commit is contained in:
Gregory John Casamento 2020-07-19 02:19:29 -04:00
parent d35781c519
commit 25ab2c7a9d

View file

@ -499,7 +499,7 @@
break;
}
}
END_FOR_IN(subclasses);
END_FOR_IN(xmlClassNames);
return result;
}