mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
b4ae4c1461
- Remove Sourceforge mastersite. This release seems to never get there. - Use USE_SDL - Convert perl patching to sed inplace Approved by: marcus (backup mentor)
12 lines
235 B
C++
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();
|