aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index b40207d..3c836a6 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -172,7 +172,7 @@ extern void sc_editor_set_stylesheets(SCEditor *e, SCBlock **stylesheets);
extern SCBlock *sc_editor_get_scblock(SCEditor *e);
extern GtkWidget *sc_editor_get_widget(SCEditor *e);
extern SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets,
- PangoLanguage *lang);
+ PangoLanguage *lang, const char *storename);
extern void sc_editor_set_size(SCEditor *e, int w, int h);
extern void sc_editor_set_logical_size(SCEditor *e, double w, double h);
extern void sc_editor_set_flow(SCEditor *e, int flow);