mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
c3ac74d4de
commit
16a9c384d4
|
|
@ -89,7 +89,7 @@ private:
|
||||||
Segment_2 *top_seg;
|
Segment_2 *top_seg;
|
||||||
Segment_2 *bot_seg;
|
Segment_2 *bot_seg;
|
||||||
|
|
||||||
static SEG_DIR& direction()
|
static SEG_Direction& direction()
|
||||||
{
|
{
|
||||||
CGAL_STATIC_THREAD_LOCAL_VARIABLE(SEG_Direction, seg_dir,SEG_UP);
|
CGAL_STATIC_THREAD_LOCAL_VARIABLE(SEG_Direction, seg_dir,SEG_UP);
|
||||||
return seg_dir;
|
return seg_dir;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue