diff --git a/Stream_support/include/CGAL/IO/VRML/File_writer_VRML_2.h b/Stream_support/include/CGAL/IO/VRML/File_writer_VRML_2.h index d0c825723c4..48e58fa64ec 100644 --- a/Stream_support/include/CGAL/IO/VRML/File_writer_VRML_2.h +++ b/Stream_support/include/CGAL/IO/VRML/File_writer_VRML_2.h @@ -32,7 +32,7 @@ class File_writer_VRML_2 std::size_t m_facets; public: - File_writer_VRML_2(): m_out(nullptr), m_facets(0) {} + File_writer_VRML_2(): m_facets(0) {} std::ostream& out() const { return m_os.os(); }