From 7f81f5dd3a1741e4b13d654a76782d09bbce1671 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Sikora?= Date: Tue, 27 Dec 2005 23:51:27 +0000 Subject: [PATCH] - c++ fix. Changed files: aspell-gcc4.patch -> 1.1 --- aspell-gcc4.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 aspell-gcc4.patch diff --git a/aspell-gcc4.patch b/aspell-gcc4.patch new file mode 100644 index 0000000..070d4eb --- /dev/null +++ b/aspell-gcc4.patch @@ -0,0 +1,11 @@ +--- aspell-0.60.4/modules/filter/nroff.cpp.orig 2005-02-20 22:49:18.000000000 +0100 ++++ aspell-0.60.4/modules/filter/nroff.cpp 2005-12-28 00:48:04.688306000 +0100 +@@ -73,7 +73,7 @@ + return false; + } + +- bool NroffFilter::process_char (FilterChar::Chr c); ++ bool process_char (FilterChar::Chr c); + + public: + -- 2.43.0