freebsd-ports/games/znibbles/files/patch-src::GTK::NibblesArea.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

11 lines
320 B
C

--- src/GTK/NibblesArea.C Wed May 12 11:48:25 1999
+++ src/GTK/NibblesArea.C Sat Oct 26 00:37:26 2002
@@ -323,7 +323,7 @@
GdkEventExpose *event,
NibblesArea *mythis)
{
- cout << "expose !" << endl;
+ std::cout << "expose !" << std::endl;
if (!mythis->joined) {
mythis->gif.join_game();