mirror of https://github.com/CGAL/cgal
Try to fix errors in demo for msvc
This commit is contained in:
parent
d52718f312
commit
9965be46d1
|
|
@ -437,8 +437,6 @@ MainWindow::on_actionRecenter_triggered()
|
|||
}
|
||||
|
||||
|
||||
#include "Periodic_4_hyperbolic_Delaunay_triangulation_2_demo.moc"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
||||
|
|
@ -453,3 +451,5 @@ int main(int argc, char **argv)
|
|||
|
||||
return app.exec();
|
||||
}
|
||||
|
||||
#include "Periodic_4_hyperbolic_Delaunay_triangulation_2_demo.moc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue