Line # Revision Author
1 3 ahitrov@rambler.ru ## Fixes a compilation error with GCC 4.1
2
3 diff -urNad aspell~/modules/filter/nroff.cpp aspell/modules/filter/nroff.cpp
4 --- aspell~/modules/filter/nroff.cpp 2005-07-01 14:04:49.000000000 -0700
5 +++ aspell/modules/filter/nroff.cpp 2006-05-13 15:12:32.000000000 -0700
6 @@ -73,7 +73,7 @@
7 return false;
8 }
9
10 - bool NroffFilter::process_char (FilterChar::Chr c);
11 + bool process_char (FilterChar::Chr c);
12
13 public:
14