[nostalgia/core] Cleanup formatting error in typeconv.hpp
This commit is contained in:
parent
e822bf2ccb
commit
fb5934975d
@ -76,7 +76,7 @@ struct BaseConverter {
|
|||||||
};
|
};
|
||||||
|
|
||||||
template<typename SrcType, typename DstType>
|
template<typename SrcType, typename DstType>
|
||||||
struct Converter: public BaseConverter{
|
struct Converter: public BaseConverter {
|
||||||
|
|
||||||
virtual ox::Error convert(SrcType*, DstType*) noexcept = 0;
|
virtual ox::Error convert(SrcType*, DstType*) noexcept = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user