This commit is contained in:
Andreas Fabri 2016-09-01 12:44:37 +02:00
parent c3ac74d4de
commit 16a9c384d4
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ private:
Segment_2 *top_seg;
Segment_2 *bot_seg;
static SEG_DIR& direction()
static SEG_Direction& direction()
{
CGAL_STATIC_THREAD_LOCAL_VARIABLE(SEG_Direction, seg_dir,SEG_UP);
return seg_dir;