fix octree.h, char -> unsigned char
This commit is contained in:
parent
0bb69855d9
commit
9cb1a267fa
|
@ -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;
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue