mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 05:47:36 +00:00
FlatBuffers Version 25.12.19 (#8871)
This commit is contained in:
@@ -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())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user