$NetBSD: patch-aj,v 1.2 2007/01/06 22:07:43 wiz Exp $

To understand recursion, you first have to understand recursion.

--- modules/speller/default/readonly_ws.cpp.orig	2006-11-18 09:17:19.000000000 +0000
+++ modules/speller/default/readonly_ws.cpp
@@ -726,7 +726,7 @@ namespace {
   struct WordLookupParms {
     const char * block_begin;
     WordLookupParms() {}
-    typedef Vector<u32int>      Vector;
+    typedef aspeller::Vector<u32int>      Vector;
     typedef u32int              Value;
     typedef const char *        Key;
     static const bool is_multi = false;
