summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-07 15:24:42 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-07 15:24:42 +0300
commitc556e16b710a6dec3840aba968f0a3ca2b46dc20 (patch)
tree8c3817867c21c64a9b62da1bfe8fb7f0cbb835dc
parentd4d16198c2924b1085258c0b6562b562c7df3c29 (diff)
Fix build issues with newer G++
-rw-r--r--editbox.h4
1 files 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,