summaryrefslogtreecommitdiff
path: root/textproc/aspell/patches/patch-aa
blob: 28cc13c21ef5d0c9c8d851cdf8995f8bc516e26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.9 2006/06/14 19:21:54 adam Exp $

--- modules/filter/nroff.cpp.orig	2006-06-14 21:01:52.000000000 +0200
+++ modules/filter/nroff.cpp
@@ -73,7 +73,7 @@ namespace {
       return false;
     }
     
-    bool NroffFilter::process_char (FilterChar::Chr c);
+    bool process_char (FilterChar::Chr c);
       
   public: