diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 11:41:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 11:41:22 +0100 |
| commit | 32e93176fa91b215d68dee24e7887a21041da54c (patch) | |
| tree | 1221f90e46882ef2837f554a0b8e59ea359ae916 /src/xml.h | |
| parent | 32af25f217aa857b6ea7df3e8e18ff9df5f85dea (diff) | |
Use int64 in a few places.
Diffstat (limited to 'src/xml.h')
| -rw-r--r-- | src/xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ protected: std::string optional_string_node (std::string); ContentKind kind_node (std::string); Fraction fraction_node (std::string); - int int_node (std::string); + int64_t int64_node (std::string); void ignore_node (std::string); void done (); |
