From 2cd9086c95686117ffbce92188d50d525ed488bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 11 Aug 2012 22:06:47 +0100 Subject: Various tweaks for a real-life DCP. --- src/xml.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xml.h') 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 (); -- cgit v1.2.3