[jasper] Fix build
All checks were successful
Build / build (push) Successful in 2m48s

This commit is contained in:
Gary Talent 2024-02-21 22:52:05 -06:00
parent 675e1a87fe
commit dbbdb7c79e

View File

@ -60,10 +60,10 @@ struct TileDoc {
}; };
oxModelBegin(TileDoc) oxModelBegin(TileDoc)
oxModelFieldRename(subsheet_id, subsheetId) oxModelFieldRename(subsheetId, subsheet_id)
oxModelFieldRename(subsheet_path, subsheetPath) oxModelFieldRename(subsheetPath, subsheet_path)
oxModelField(type) oxModelField(type)
oxModelFieldRename(layer_attachments, layerAttachments) oxModelFieldRename(layerAttachments, layer_attachments)
oxModelEnd() oxModelEnd()
struct WorldDoc { struct WorldDoc {