Commit 323e55ad authored by Robert Butora's avatar Robert Butora
Browse files

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

parent 6b259eff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ struct double_xy
{
   double x;
   double y;
   unsigned char type;
   /*unsigned*/ char type;
};

struct overlap_ranges