From: Antoine Fontaine Date: Wed, 17 Mar 2021 08:18:21 +0000 (+0100) Subject: Add missing IMPL() call X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=74f9d132053e219173f284ced6f3f418cd981e44;p=xonotic%2Fnetradiant.git Add missing IMPL() call --- diff --git a/libs/uilib/uilib.cpp b/libs/uilib/uilib.cpp index 5caf150d..f59ed0a3 100644 --- a/libs/uilib/uilib.cpp +++ b/libs/uilib/uilib.cpp @@ -326,6 +326,8 @@ namespace ui { gtk_text_buffer_set_text(buffer, str, -1); } + IMPL(TreeView, GTK_TREE_VIEW); + TreeView::TreeView(ui::New_t) : TreeView(GTK_TREE_VIEW(gtk_tree_view_new())) {}