diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-06 03:40:51 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-06 03:40:51 +0100 |
commit | 4911df72dbc202dfcc4c64bb0ba311d7513707ae (patch) | |
tree | c6a907ac43bb076b9c13a72a34c78307a905131d | |
parent | 4478eaf00f44bd499895e590c44764e4d837e1f3 (diff) | |
download | sink-4911df72dbc202dfcc4c64bb0ba311d7513707ae.tar.gz sink-4911df72dbc202dfcc4c64bb0ba311d7513707ae.zip |
ubyte, like the one in the tests
-rw-r--r-- | dummyresource/dummycalendar.fbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummyresource/dummycalendar.fbs b/dummyresource/dummycalendar.fbs index 551f5cb..5a217b5 100644 --- a/dummyresource/dummycalendar.fbs +++ b/dummyresource/dummycalendar.fbs | |||
@@ -5,7 +5,7 @@ namespace DummyCalendar; | |||
5 | table DummyEvent { | 5 | table DummyEvent { |
6 | summary:string; | 6 | summary:string; |
7 | description:string; | 7 | description:string; |
8 | attachment:[byte]; | 8 | attachment:[ubyte]; |
9 | } | 9 | } |
10 | 10 | ||
11 | root_type DummyEvent; | 11 | root_type DummyEvent; |