summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-06 03:40:51 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-06 03:40:51 +0100
commit4911df72dbc202dfcc4c64bb0ba311d7513707ae (patch)
treec6a907ac43bb076b9c13a72a34c78307a905131d
parent4478eaf00f44bd499895e590c44764e4d837e1f3 (diff)
downloadsink-4911df72dbc202dfcc4c64bb0ba311d7513707ae.tar.gz
sink-4911df72dbc202dfcc4c64bb0ba311d7513707ae.zip
ubyte, like the one in the tests
-rw-r--r--dummyresource/dummycalendar.fbs2
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;
5table DummyEvent { 5table DummyEvent {
6 summary:string; 6 summary:string;
7 description:string; 7 description:string;
8 attachment:[byte]; 8 attachment:[ubyte];
9} 9}
10 10
11root_type DummyEvent; 11root_type DummyEvent;