aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstorycode/gtk/gtknarrativeview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstorycode/gtk/gtknarrativeview.c b/libstorycode/gtk/gtknarrativeview.c
index 1787eac..24e4949 100644
--- a/libstorycode/gtk/gtknarrativeview.c
+++ b/libstorycode/gtk/gtknarrativeview.c
@@ -1337,7 +1337,7 @@ void gtk_narrative_view_add_slide_at_cursor(GtkNarrativeView *e)
}
-extern void gtk_narrative_view_redraw(GtkNarrativeView *e)
+void gtk_narrative_view_redraw(GtkNarrativeView *e)
{
e->rewrap_needed = 1;
gtknv_emit_change_sig(e);