[ox/mc] Fix string support in MC and add support for ox::BasicString
This commit is contained in:
2
deps/ox/src/ox/mc/write.cpp
vendored
2
deps/ox/src/ox/mc/write.cpp
vendored
@@ -90,7 +90,7 @@ Error MetalClawWriter::field(const char*, SerStr val) noexcept {
|
||||
return OxError(0);
|
||||
}
|
||||
|
||||
std::size_t MetalClawWriter::size() noexcept {
|
||||
std::size_t MetalClawWriter::size() const noexcept {
|
||||
return m_buffIt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user