summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-11 22:06:47 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-11 22:06:47 +0100
commit2cd9086c95686117ffbce92188d50d525ed488bb (patch)
treefec3df69122ad2d88a19bf3a20fcd5eda3b8d3d7 /src/xml.h
parent91bcf6289c86d08fc994f123b0fd6ec2f2ba6603 (diff)
Various tweaks for a real-life DCP.
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xml.h b/src/xml.h
index 2469981c..e5667b8f 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -28,6 +28,8 @@ protected:
ContentKind kind_node (std::string);
Fraction fraction_node (std::string);
int64_t int64_node (std::string);
+ int64_t optional_int64_node (std::string);
+ float float_node (std::string);
void ignore_node (std::string);
void done ();