mirror of https://github.com/CGAL/cgal
an easy one...
This commit is contained in:
parent
83b7b47e69
commit
55bc1b1056
|
|
@ -59,9 +59,8 @@ int main (int argc, char** argv) {
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
int main(int, char*)
|
int main()
|
||||||
{
|
{
|
||||||
|
|
||||||
std::cout << "Sorry, this demo needs QT ..." << std::endl;
|
std::cout << "Sorry, this demo needs QT ..." << std::endl;
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue