Recompile capnpc schemas for capnpc 0.4

This commit is contained in:
Baruch Even 2014-08-03 23:21:58 +03:00
parent 8a33a1864a
commit d785521932
2 changed files with 6 additions and 6 deletions

View file

@ -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;
}
}