blob: 8843f9ba7d2e369f4e3fdb135b2920e2720c49be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ad,v 1.1 2007/10/10 11:36:41 rillig Exp $
--- scratcher.hpp.orig 2002-10-04 20:05:22.000000000 +0200
+++ scratcher.hpp 2007-10-10 13:34:57.000000000 +0200
@@ -34,7 +34,7 @@
UNDEF
} ;
- Scratcher:: Scratcher(List *list, float x, float z, int bench=0);
+ Scratcher(List *list, float x, float z, int bench=0);
void draw();
void drawShadowable();
void move();
|