diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-11 22:06:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-11 22:06:47 +0100 |
| commit | 2cd9086c95686117ffbce92188d50d525ed488bb (patch) | |
| tree | fec3df69122ad2d88a19bf3a20fcd5eda3b8d3d7 /src/xml.h | |
| parent | 91bcf6289c86d08fc994f123b0fd6ec2f2ba6603 (diff) | |
Various tweaks for a real-life DCP.
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 (); |
