summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Harris <pharris@opentext.com>2013-11-15 11:07:39 -0500
committerArnaud Fontaine <arnau@debian.org>2013-11-18 18:33:47 +0900
commit9c343995eacdc39db2ec7f93cbeab00c88a55026 (patch)
tree89fdf2405173b9888e578b5b1e6b53a57e20dca9
parent969583f4dc0d4239da2b0cb505fafd4b9dcaac22 (diff)
sync: Add missing namespace for the INT64 struct
Signed-off-by: Peter Harris <pharris@opentext.com> Reviewed-By: Daniel Martin <consume.noise@gmail.com>
-rw-r--r--src/sync.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sync.xml b/src/sync.xml
index bc07c5b..dd70a08 100644
--- a/src/sync.xml
+++ b/src/sync.xml
@@ -147,7 +147,7 @@ for licensing information.
</bitcase>
<bitcase>
<enumref ref="CA">Value</enumref>
- <field type="INT64" name="value" />
+ <field type="sync:INT64" name="value" />
</bitcase>
<bitcase>
<enumref ref="CA">TestType</enumref>
@@ -155,7 +155,7 @@ for licensing information.
</bitcase>
<bitcase>
<enumref ref="CA">Delta</enumref>
- <field type="INT64" name="delta" />
+ <field type="sync:INT64" name="delta" />
</bitcase>
<bitcase>
<enumref ref="CA">Events</enumref>
@@ -179,7 +179,7 @@ for licensing information.
</bitcase>
<bitcase>
<enumref ref="CA">Value</enumref>
- <field type="INT64" name="value" />
+ <field type="sync:INT64" name="value" />
</bitcase>
<bitcase>
<enumref ref="CA">TestType</enumref>
@@ -187,7 +187,7 @@ for licensing information.
</bitcase>
<bitcase>
<enumref ref="CA">Delta</enumref>
- <field type="INT64" name="delta" />
+ <field type="sync:INT64" name="delta" />
</bitcase>
<bitcase>
<enumref ref="CA">Events</enumref>