From c556e16b710a6dec3840aba968f0a3ca2b46dc20 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Fri, 7 Sep 2012 15:24:42 +0300 Subject: Fix build issues with newer G++ --- editbox.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editbox.h b/editbox.h index 062c82f..00c2242 100644 --- a/editbox.h +++ b/editbox.h @@ -768,7 +768,7 @@ protected: int para_num ); - void EditBox::redraw_unwrapped_paragraph( + void redraw_unwrapped_paragraph( Paragraph &p, int window_start_line, bool only_cursor, @@ -780,7 +780,7 @@ protected: bool eop_is_selected ); - void EditBox::redraw_wrapped_paragraph( + void redraw_wrapped_paragraph( Paragraph &p, int window_start_line, bool only_cursor, -- cgit v1.2.3