opt/aspell/aspell-0.60.4-gcc41.patch

13 lines
430 B
Diff

diff -Nru aspell-0.60.4.orig/modules/filter/nroff.cpp aspell-0.60.4/modules/filter/nroff.cpp
--- aspell-0.60.4.orig/modules/filter/nroff.cpp 2006-12-08 09:23:07.930852930 +0100
+++ aspell-0.60.4/modules/filter/nroff.cpp 2006-12-08 09:24:17.464191930 +0100
@@ -73,7 +73,7 @@
return false;
}
- bool NroffFilter::process_char (FilterChar::Chr c);
+ bool process_char (FilterChar::Chr c);
public: