summaryrefslogtreecommitdiff
path: root/games/nil/files/patch-nil-animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/nil/files/patch-nil-animation.h')
-rw-r--r--games/nil/files/patch-nil-animation.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/nil/files/patch-nil-animation.h b/games/nil/files/patch-nil-animation.h
new file mode 100644
index 000000000000..72fe65510a49
--- /dev/null
+++ b/games/nil/files/patch-nil-animation.h
@@ -0,0 +1,11 @@
+--- 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();