Use int64 in a few places.
[libdcp.git] / src / pkl.cc
index 7e492d99bf6096338d66bff2eb4addd2dd76167e..23a4f533d0b4d5bea115d7e6ee74ca4660ad5ab6 100644 (file)
@@ -20,7 +20,7 @@ PKLAsset::PKLAsset (xmlpp::Node const * node)
        id = string_node ("Id");
        annotation_text = optional_string_node ("AnnotationText");
        hash = string_node ("Hash");
-       size = int_node ("Size");
+       size = int64_node ("Size");
        type = string_node ("Type");
 }