1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/znibbles/files/patch-src::Map.H
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
178 B
C++

--- src/Map.H Mon May 10 13:39:38 1999
+++ src/Map.H Sat Oct 26 00:21:33 2002
@@ -45,7 +45,7 @@
class Map {
- friend NibblesArea;
+ friend class NibblesArea;
public: