From 1dd24cf19a92b317e791420417cd5dbb282bc64b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 2 May 2019 22:59:10 +0200 Subject: Add missing get_type --- libstorycode/gtk/gtkslideview.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libstorycode/gtk/gtkslideview.h b/libstorycode/gtk/gtkslideview.h index 59b9ad4..9f8fa25 100644 --- a/libstorycode/gtk/gtkslideview.h +++ b/libstorycode/gtk/gtkslideview.h @@ -1,7 +1,7 @@ /* * sc_editor.h * - * Copyright © 2014-2018 Thomas White + * Copyright © 2014-2019 Thomas White * * This file is part of Colloquium. * @@ -147,6 +147,8 @@ struct _gtkslideviewclass typedef struct _gtkslideview GtkSlideView; typedef struct _gtkslideviewclass GtkSlideViewClass; +extern GType gtk_slide_view_get_type(void); + extern GtkWidget *gtk_slide_view_new(Narrative *n, Slide *slide); extern void gtk_slide_view_set_slide(GtkWidget *sv, Slide *slide); -- cgit v1.2.3