mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
fix compile errors from old gcc
This commit is contained in:
parent
c5e33c1d87
commit
77dfcd5bef
@ -37,15 +37,12 @@ namespace agge
|
||||
private:
|
||||
typedef typename ClipperT::coord_type coord_type;
|
||||
|
||||
private:
|
||||
public:
|
||||
void line(coord_type x1, coord_type y1, coord_type x2, coord_type y2);
|
||||
|
||||
private:
|
||||
ClipperT _clipper;
|
||||
coord_type _start_x, _start_y;
|
||||
|
||||
private:
|
||||
friend ClipperT;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user