Recompile capnpc schemas for capnpc 0.4
This commit is contained in:
parent
8a33a1864a
commit
d785521932
2 changed files with 6 additions and 6 deletions
|
|
@ -307,16 +307,16 @@ struct Value {
|
|||
text @12 :Text;
|
||||
data @13 :Data;
|
||||
|
||||
list @14 :Object;
|
||||
list @14 :AnyPointer;
|
||||
|
||||
enum @15 :UInt16;
|
||||
struct @16 :Object;
|
||||
struct @16 :AnyPointer;
|
||||
|
||||
interface @17 :Void;
|
||||
# The only interface value that can be represented statically is "null", whose methods always
|
||||
# throw exceptions.
|
||||
|
||||
object @18 :Object;
|
||||
object @18 :AnyPointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue