1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
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

12 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();