use correctly sized 64bit integer and avoid unintended (implicit up/down casts)

This commit is contained in:
Dennis Luxen 2014-07-15 15:25:44 +02:00
parent c8b4ef3eed
commit 695a2a2b6e

View File

@ -516,7 +516,7 @@ class StaticRTree
}
explicit StaticRTree(TreeNode *tree_node_ptr,
const uint32_t number_of_nodes,
const uint64_t number_of_nodes,
const boost::filesystem::path &leaf_file,
std::shared_ptr<CoordinateListT> coordinate_list)
: m_search_tree(tree_node_ptr, number_of_nodes), m_leaf_node_filename(leaf_file.string()),