fix merge error

This commit is contained in:
Denis Angell
2026-04-12 00:38:52 +02:00
parent 5351d4f089
commit e6eb6ccf6c

View File

@@ -453,7 +453,7 @@ STData::getJson(JsonOptions options) const
STBase*
STData::makeFieldPresent()
{
STBase const* f = &data_.get(); // getPIndex(index);
STBase* f = &data_.get(); // getPIndex(index);
if (f->getSType() != STI_NOTPRESENT)
return f;