From 74f9d132053e219173f284ced6f3f418cd981e44 Mon Sep 17 00:00:00 2001 From: Antoine Fontaine Date: Wed, 17 Mar 2021 09:18:21 +0100 Subject: [PATCH 1/1] Add missing IMPL() call --- libs/uilib/uilib.cpp | 2 ++ 1 file changed, 2 insertions(+) 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())) {} -- 2.39.2