summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,