Fix typo (leading to a compilation error)

This commit is contained in:
Andreas Fabri 2022-02-22 08:11:51 +00:00
parent 740d34234f
commit 435e6d690f
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ int main()
#ifdef CGAL_LINKED_WITH_LASLIB #ifdef CGAL_LINKED_WITH_LASLIB
{ {
std::ostringsteam os(std::ios::binary); std::ostringstream os(std::ios::binary);
ok = CGAL::write_las_points_with_properties(os, points, ok = CGAL::write_las_points_with_properties(os, points,
CGAL::make_las_point_writer(CGAL::First_of_pair_property_map<PointWithColor>()), CGAL::make_las_point_writer(CGAL::First_of_pair_property_map<PointWithColor>()),
std::make_pair(GetRedMap(),CGAL::LAS_property::R()), std::make_pair(GetRedMap(),CGAL::LAS_property::R()),