mirror of https://github.com/CGAL/cgal
Fix Geomview_stream
This commit is contained in:
parent
c78aa4f72c
commit
3ee65e9082
|
|
@ -49,7 +49,7 @@ CGAL_INLINE_FUNCTION
|
||||||
Geomview_stream::Geomview_stream(const Bbox_3 &bbox,
|
Geomview_stream::Geomview_stream(const Bbox_3 &bbox,
|
||||||
const char *machine,
|
const char *machine,
|
||||||
const char *login)
|
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),
|
wired_flag(false), echo_flag(true), raw_flag(false),
|
||||||
trace_flag(false), binary_flag(false),
|
trace_flag(false), binary_flag(false),
|
||||||
line_width(1)
|
line_width(1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue