Add quadtree back to the Makefile
[ipdf/code.git] / src / quadtree.h
index ac02146..4b75269 100644 (file)
@@ -47,7 +47,7 @@ namespace IPDF
                QuadTreeIndex root_id;
                std::vector<QuadTreeNode> nodes;
 
                QuadTreeIndex root_id;
                std::vector<QuadTreeNode> nodes;
 
-               QuadTreeIndex GetNeighbour(QuadTreeIndex start, int xdir, int ydir);
+               QuadTreeIndex GetNeighbour(QuadTreeIndex start, int xdir, int ydir) const;
 
        };
 
 
        };
 

UCC git Repository :: git.ucc.asn.au