mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 15:02:18 +00:00
FlatBuffers Version 25.12.19 (#8871)
This commit is contained in:
@@ -34,7 +34,7 @@ class SecondTableInA : Table() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_9_23()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_12_19()
|
||||
|
||||
fun getRootAsSecondTableInA(_bb: ByteBuffer): SecondTableInA =
|
||||
getRootAsSecondTableInA(_bb, SecondTableInA())
|
||||
|
||||
Reference in New Issue
Block a user