From 435e6d690f2e6f07c73f918415d6057c6d7ff1c1 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 22 Feb 2022 08:11:51 +0000 Subject: [PATCH] Fix typo (leading to a compilation error) --- .../Point_set_processing_3/test_deprecated_io_point_set.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_processing_3/test/Point_set_processing_3/test_deprecated_io_point_set.cpp b/Point_set_processing_3/test/Point_set_processing_3/test_deprecated_io_point_set.cpp index 81bf1bd48a6..9727d28968a 100644 --- a/Point_set_processing_3/test/Point_set_processing_3/test_deprecated_io_point_set.cpp +++ b/Point_set_processing_3/test/Point_set_processing_3/test_deprecated_io_point_set.cpp @@ -92,7 +92,7 @@ int main() #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, CGAL::make_las_point_writer(CGAL::First_of_pair_property_map()), std::make_pair(GetRedMap(),CGAL::LAS_property::R()),