[keel,nostalgia] Fix converter type names

This commit is contained in:
2025-04-17 00:37:05 -05:00
parent f1c2113dd3
commit 035ba8810f
7 changed files with 27 additions and 27 deletions
@@ -26,7 +26,7 @@ static class: public keel::Module {
}
[[nodiscard]]
ox::Vector<keel::ConverterWrap> converters() const noexcept final {
ox::Vector<keel::Converter> converters() const noexcept final {
return {
};
}