freebsd-ports/games/nil/files/patch-nil-animation.h
Pav Lucistnik b4ae4c1461 - Unbreak on -CURRENT
- Remove Sourceforge mastersite. This release seems to never get there.
- Use USE_SDL
- Convert perl patching to sed inplace

Approved by:	marcus (backup mentor)
2003-11-16 00:38:24 +00:00

11 lines
235 B
C++

--- nil/animation.h.orig Sat Nov 15 16:18:52 2003
+++ nil/animation.h Sat Nov 15 16:26:19 2003
@@ -25,7 +25,7 @@
class Animator;
class Animation {
public:
- friend Animator;
+ friend class Animator;
Animation();
~Animation();