]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/dialog.cpp
Wrap more GTK
[xonotic/netradiant.git] / libs / gtkutil / dialog.cpp
index c826731050b00a731b80cb41f62bdb3929951c7a..73e241aba9978f25598b3e44af1a0409a4188c42 100644 (file)
@@ -262,6 +262,6 @@ ui::Table DialogRow_new( const char* name, ui::Widget widget ){
        return table;
 }
 
-void DialogVBox_packRow( ui::VBox vbox, ui::Widget row ){
+void DialogVBox_packRow( ui::Box vbox, ui::Widget row ){
        vbox.pack_start( row, FALSE, FALSE, 0 );
 }