fix octree.h, char -> unsigned char

This commit is contained in:
alemuntoni 2021-10-19 14:37:57 +02:00
parent 0bb69855d9
commit 9cb1a267fa
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ OBJECT_RETRIEVER:
/*!
* Markers used to avoid duplication of the same result during a query
*/
std::vector<char> marks;
std::vector<unsigned char> marks;
unsigned char global_mark;
/*!