diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 01:45:39 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-25 01:45:39 +0100 |
| commit | ba0359c3a61534d21a33bb04123d9177d3efc208 (patch) | |
| tree | 0d0c1db6c5c09ba5186cd1981f34b417f86c7efe /src/RTree.cpp | |
| parent | f07a72f805f4b761b7610366fd60f131d3fab4c5 (diff) | |
rtree compiles
Diffstat (limited to 'src/RTree.cpp')
| -rw-r--r-- | src/RTree.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RTree.cpp b/src/RTree.cpp index a45852af..c6f79c77 100644 --- a/src/RTree.cpp +++ b/src/RTree.cpp @@ -1,3 +1,3 @@ #include "RTree.hpp" -template class RTree<void*, std::uint32_t, 2, float>; +template class RTree<void*, unsigned, 2, float>; |
