From 7ffef14130b8f8e16031338aca4fcfb174d46075 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Mon, 4 Jan 2010 22:48:48 -0200 Subject: Fix all compilation warnings (now being treated as errors). --- hardinfo2/markdown-text-view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/markdown-text-view.h') diff --git a/hardinfo2/markdown-text-view.h b/hardinfo2/markdown-text-view.h index 36a81fb1..648ea39c 100644 --- a/hardinfo2/markdown-text-view.h +++ b/hardinfo2/markdown-text-view.h @@ -64,7 +64,7 @@ gboolean markdown_textview_set_text(MarkdownTextView * textview, void markdown_textview_clear(MarkdownTextView * textview); void markdown_textview_set_image_directory(MarkdownTextView * self, const gchar * directory); - +GType markdown_textview_get_type(); G_END_DECLS #endif /* __MARKDOWN_TEXTVIEW_H__ */ -- cgit v1.2.3