diff --git a/src/nostalgia/core/typeconv.hpp b/src/nostalgia/core/typeconv.hpp index de247205..1de6a38c 100644 --- a/src/nostalgia/core/typeconv.hpp +++ b/src/nostalgia/core/typeconv.hpp @@ -76,7 +76,7 @@ struct BaseConverter { }; template -struct Converter: public BaseConverter{ +struct Converter: public BaseConverter { virtual ox::Error convert(SrcType*, DstType*) noexcept = 0;