summaryrefslogtreecommitdiff
path: root/textproc/aspell/patches/patch-aa
blob: 1faa552f50c02ed0edb8ad82e714740bafc519fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.7 2005/02/20 23:06:17 wiz Exp $

--- modules/filter/nroff.cpp.orig	Mon Feb  7 18:18:29 2005
+++ modules/filter/nroff.cpp	Mon Feb  7 18:18:42 2005
@@ -73,7 +73,7 @@
       return false;
     }
     
-    bool inline NroffFilter::process_char (FilterChar::Chr c);
+    bool NroffFilter::process_char (FilterChar::Chr c);
       
   public: