use correctly sized 64bit integer and avoid unintended (implicit up/down casts)
This commit is contained in:
parent
c8b4ef3eed
commit
695a2a2b6e
@ -516,7 +516,7 @@ class StaticRTree
|
|||||||
}
|
}
|
||||||
|
|
||||||
explicit StaticRTree(TreeNode *tree_node_ptr,
|
explicit StaticRTree(TreeNode *tree_node_ptr,
|
||||||
const uint32_t number_of_nodes,
|
const uint64_t number_of_nodes,
|
||||||
const boost::filesystem::path &leaf_file,
|
const boost::filesystem::path &leaf_file,
|
||||||
std::shared_ptr<CoordinateListT> coordinate_list)
|
std::shared_ptr<CoordinateListT> coordinate_list)
|
||||||
: m_search_tree(tree_node_ptr, number_of_nodes), m_leaf_node_filename(leaf_file.string()),
|
: m_search_tree(tree_node_ptr, number_of_nodes), m_leaf_node_filename(leaf_file.string()),
|
||||||
|
Loading…
Reference in New Issue
Block a user