aboutsummaryrefslogtreecommitdiff
path: root/src/quadtree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quadtree.hpp')
-rw-r--r--src/quadtree.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quadtree.hpp b/src/quadtree.hpp
index b744c83d..6c67b30e 100644
--- a/src/quadtree.hpp
+++ b/src/quadtree.hpp
@@ -101,7 +101,7 @@ template <class Feature> class QuadTree {
public:
/** Construct a new quadtree with the global bounds of all objects to be
- * inserted */
+ * inserted */
explicit QuadTree(const RectObj &globalBounds) : root(globalBounds) {}
/** Add a new feature, with its bounds specified in featureBounds */