summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;