Geom/Coords: Fixed for C++11

git-svn-id: svn://ultimatepp.org/upp/trunk@7863 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-11-05 14:05:19 +00:00
parent bd27fbff27
commit 22b1f32c91

View file

@ -776,6 +776,8 @@ public:
Point target1;
Point target2;
One<Node> split;
rval_default(LinearSegmentTree);
};
LinearSegmentTree CreateLinearTree(Point s1, Point s2, const SegmentTreeInfo& info);
@ -789,6 +791,8 @@ public:
Rect source;
Point trg_topleft, trg_topright, trg_bottomleft, trg_bottomright;
One<Split> split;
rval_default(Node);
};
struct Split
@ -801,6 +805,8 @@ public:
public:
Node root;
rval_default(PlanarSegmentTree);
};
PlanarSegmentTree CreatePlanarTree(const LinearSegmentTree& left, const LinearSegmentTree& top,