summaryrefslogtreecommitdiff
path: root/src/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.h')
-rw-r--r--src/xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.h b/src/xml.h
index 3ff3e360..7cfb8e91 100644
--- a/src/xml.h
+++ b/src/xml.h
@@ -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 ();