1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/games/znibbles/files/patch-src::GTK::ClientGtk.C
Edwin Groothuis f8f04af8ca Makes games/znibbles compiling again with gcc 3.2.1.
The patch has become somebody bigger than I was hoping for. And
the original author is MIA...

Approved by:	Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2002-10-26 14:05:11 +00:00

12 lines
262 B
C

--- src/GTK/ClientGtk.C Sat Apr 24 02:47:47 1999
+++ src/GTK/ClientGtk.C Sat Oct 26 00:38:02 2002
@@ -51,7 +51,7 @@
world.run(); // start the client
- cout << "Yeah !\n" << endl;
+ std::cout << "Yeah !\n" << std::endl;
return 0;
}