From 16a9c384d479b093eb2c7d958dc8810291134c91 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 1 Sep 2016 12:44:37 +0200 Subject: [PATCH] typo --- Snap_rounding_2/include/CGAL/Snap_rounding_2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snap_rounding_2/include/CGAL/Snap_rounding_2.h b/Snap_rounding_2/include/CGAL/Snap_rounding_2.h index 2e65abe672e..d54e74febfe 100644 --- a/Snap_rounding_2/include/CGAL/Snap_rounding_2.h +++ b/Snap_rounding_2/include/CGAL/Snap_rounding_2.h @@ -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;