X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fdocument.h;h=39c6458f4d296a8d10690d07834456fd18c6f882;hp=0f2fea11dc836eefcf8e616a8a7ae14d59301286;hb=b2d6929dfb8cd94c0447b350c9bafaa573a4a834;hpb=e56f97a8a7ec25c86aeb6f596ee07853afaf3932 diff --git a/src/document.h b/src/document.h index 0f2fea1..39c6458 100644 --- a/src/document.h +++ b/src/document.h @@ -27,6 +27,7 @@ namespace IPDF #ifndef QUADTREE_DISABLED inline const QuadTree& GetQuadTree() { if (m_quadtree.root_id == QUADTREE_EMPTY) { GenBaseQuadtree(); } return m_quadtree; } + QuadTreeIndex GenQuadNode(QuadTreeIndex parent, QuadTreeNodeChildren type); #endif private: