From 3ee65e90825b953dae406869bcf1b172c29f0c7e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 31 Jan 2019 17:40:50 +0100 Subject: [PATCH] Fix Geomview_stream --- Geomview/include/CGAL/IO/Geomview_stream_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Geomview/include/CGAL/IO/Geomview_stream_impl.h b/Geomview/include/CGAL/IO/Geomview_stream_impl.h index b322c32652e..2f69d81cb44 100644 --- a/Geomview/include/CGAL/IO/Geomview_stream_impl.h +++ b/Geomview/include/CGAL/IO/Geomview_stream_impl.h @@ -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)