diff --git a/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/test.C b/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/test.C index e3109b65d67..d1377ba6685 100644 --- a/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/test.C +++ b/Packages/Largest_empty_rect_2/test/Largest_empty_rect_2/test.C @@ -185,10 +185,10 @@ int main(int argc,char *argv[]) << "," << bb.max().y() << ")\n"; // test quadruple - CGAL::Quadruple q = + CGAL::Quadruple q = empty_rectangle1.get_left_bottom_right_top(); std::cout << "test left_bottom_right_top is " << q.first << ", " << q.second << ", " << q.third << ", " << q.fourth << std::endl; // complete