summaryrefslogtreecommitdiff
path: root/textproc/aspell/patches/patch-ad
blob: 196d43c333009ad682ae4d3d98b3ec5a45dbb348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.3 2004/07/24 19:05:37 salo Exp $

--- modules/speller/default/readonly_ws.cpp.orig	Sat Jan 31 02:06:06 2004
+++ modules/speller/default/readonly_ws.cpp	Sat Jul 24 17:15:14 2004
@@ -194,7 +194,7 @@
       typedef const char *              Key;
       static const bool is_multi = false;
       Key key(Value v) const {return block_begin + v;}
-      hash<const char *> hash;
+      acommon::hash<const char *> hash;
       bool equal(Key rhs, Key lhs) const {return strcmp(rhs,lhs) == 0;}
       bool is_nonexistent(Value v) const {return v == u32int_max;}
       void make_nonexistent(const Value & v) const {abort();}