Move } outside the #ifdef

This commit is contained in:
Maxime Gimeno 2018-11-29 11:51:59 +01:00
parent 5731515056
commit 46545fd1b1
1 changed files with 1 additions and 1 deletions

View File

@ -321,8 +321,8 @@ MainWindow::on_actionSaveSegments_triggered()
mls.push_back(ls);
}
CGAL::write_multi_linestring_WKT(ofs, mls);
}
#endif
}
else
std::copy(input.begin(), input.end(), std::ostream_iterator<Segment_2>(ofs, "\n"));
}