Fix Geomview_stream

This commit is contained in:
Andreas Fabri 2019-01-31 17:40:50 +01:00
parent c78aa4f72c
commit 3ee65e9082
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ CGAL_INLINE_FUNCTION
Geomview_stream::Geomview_stream(const Bbox_3 &bbox,
const char *machine,
const char *login)
: bb(bbox), vertex_color(BLACK), edge_color(BLACK), face_color(BLACK),
: bb(bbox), vertex_color(black()), edge_color(black()), face_color(black()),
wired_flag(false), echo_flag(true), raw_flag(false),
trace_flag(false), binary_flag(false),
line_width(1)