Skip to content
Snippets Groups Projects
Commit 323e55ad authored by Robert Butora's avatar Robert Butora
Browse files

cutout: fix warning in axis-type (char vs uchar)

parent 6b259eff
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ struct double_xy
{
double x;
double y;
unsigned char type;
/*unsigned*/ char type;
};
struct overlap_ranges
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment