blob: 7d9112780357a5d01a6f93ca0f0cfe74f5f2dbb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2002/08/14 16:18:41 tron Exp $
--- include/Event.hh.orig Sat Nov 1 12:49:56 1997
+++ include/Event.hh Wed Aug 14 18:07:43 2002
@@ -105,7 +105,7 @@
const int ktMAX = 1056;
-const cmInvalid = 0;
+const int cmInvalid = 0;
class EventManager {
protected:
|