mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 21:28:38 +00:00
FlatBuffers Version 25.9.23 (#8708)
This commit is contained in:
@@ -34,7 +34,7 @@ class SecondTableInA : Table() {
|
||||
}
|
||||
|
||||
companion object {
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_2_10()
|
||||
fun validateVersion() = Constants.FLATBUFFERS_25_9_23()
|
||||
|
||||
fun getRootAsSecondTableInA(_bb: ByteBuffer): SecondTableInA =
|
||||
getRootAsSecondTableInA(_bb, SecondTableInA())
|
||||
|
||||
Reference in New Issue
Block a user