mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 09:51:12 +00:00
FlatBuffers Version 25.12.19 (#8871)
This commit is contained in:
parent
57fdd4f995
commit
7e163021e5
191 changed files with 356 additions and 367 deletions
|
|
@ -58,7 +58,7 @@ class Animal : Table() {
|
|||
}
|
||||
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_9_23()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_12_19()
|
||||
|
||||
fun getRootAsAnimal(_bb: ByteBuffer): Animal = getRootAsAnimal(_bb, Animal())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue