an easy one...

This commit is contained in:
Sylvain Pion 2007-03-08 07:24:33 +00:00
parent 83b7b47e69
commit 55bc1b1056
1 changed files with 1 additions and 2 deletions

View File

@ -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);
} }