diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:48:48 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2010-01-04 22:48:48 -0200 |
commit | 7ffef14130b8f8e16031338aca4fcfb174d46075 (patch) | |
tree | 9aba657deb87b4bf31d8d2809a69eddcb1ac99c9 /hardinfo2/markdown-text-view.h | |
parent | 148870bd0d9197dc4cfc08acf6be0c756d0f06bc (diff) |
Fix all compilation warnings (now being treated as errors).
Diffstat (limited to 'hardinfo2/markdown-text-view.h')
-rw-r--r-- | hardinfo2/markdown-text-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
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__ */ |