summaryrefslogtreecommitdiff
path: root/games/criticalmass/patches/patch-ab
blob: bb888f8099992c1372c5f45127c7e6c6555c88ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 2005/02/15 23:10:09 peter Exp $

--- game/Input.hpp.orig	2003-03-03 03:33:08.000000000 +0100
+++ game/Input.hpp	2005-02-16 01:06:06.000000000 +0100
@@ -28,7 +28,7 @@
 
 namespace HASH_NAMESPACE
 {
-    struct hash<Trigger>
+    template <> struct hash<Trigger>
     {
 	//a simple hash function for Trigger
 	int operator()(const Trigger &t) const