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 664d6e8..694ad5b 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -35,7 +35,7 @@ typedef struct _sceditor SCEditor;
extern void sc_editor_set_slide(SCEditor *e, struct slide *s);
extern GtkWidget *sc_editor_get_widget(SCEditor *e);
-extern SCEditor *sc_editor_new(struct presentation *p);
+extern SCEditor *sc_editor_new(SCBlock *scblocks);
extern void sc_editor_set_size(SCEditor *e, int w, int h);
#endif /* SC_EDITOR_H */