]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Add missing IMPL() call
authorAntoine Fontaine <antoine.fontaine@epfl.ch>
Wed, 17 Mar 2021 08:18:21 +0000 (09:18 +0100)
committerAntoine Fontaine <antoine.fontaine@epfl.ch>
Wed, 17 Mar 2021 18:39:20 +0000 (19:39 +0100)
libs/uilib/uilib.cpp

index 5caf150d2c9bb16c2218235610c1bce346725f89..f59ed0a391f77af041976187c2b1d0258ab8e8e4 100644 (file)
@@ -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()))
     {}