aboutsummaryrefslogtreecommitdiffstats
path: root/src/static_nodes.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-06 20:59:12 +0200
committerDavid Robillard <d@drobilla.net>2021-03-08 23:23:05 -0500
commit3bf35cb9e72709fb417cff0d5a2dc9b681e5ecb1 (patch)
tree722bf1099a386a048ea0419ae1be720c8da31eb0 /src/static_nodes.h
parent8de05b1e2f7849e47c8ac82452a2e038664e510e (diff)
downloadserd-3bf35cb9e72709fb417cff0d5a2dc9b681e5ecb1.tar.gz
serd-3bf35cb9e72709fb417cff0d5a2dc9b681e5ecb1.tar.bz2
serd-3bf35cb9e72709fb417cff0d5a2dc9b681e5ecb1.zip
Add serd_new_float() and serd_new_double()
Diffstat (limited to 'src/static_nodes.h')
-rw-r--r--src/static_nodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static_nodes.h b/src/static_nodes.h
index 952c0634..adbb5849 100644
--- a/src/static_nodes.h
+++ b/src/static_nodes.h
@@ -34,6 +34,8 @@ typedef struct StaticNode {
DEFINE_XSD_NODE(base64Binary)
DEFINE_XSD_NODE(boolean)
DEFINE_XSD_NODE(decimal)
+DEFINE_XSD_NODE(double)
+DEFINE_XSD_NODE(float)
DEFINE_XSD_NODE(integer)
#endif // SERD_STATIC_NODES_H