]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/mru.cpp
Wrap more GTK
[xonotic/netradiant.git] / radiant / mru.cpp
index 4f0df1a283ae63b9231eafdf47b947e6c1ce5cc7..ab3220f001910101c82f447da1e19e90abdbcba8 100644 (file)
@@ -130,7 +130,7 @@ void MRU_Init(){
        }
 }
 
-void MRU_AddWidget( GtkMenuItem *widget, std::size_t pos ){
+void MRU_AddWidget( ui::MenuItem widget, std::size_t pos ){
        if ( pos < MRU_MAX ) {
                MRU_items[pos] = widget;
                if ( pos < MRU_used ) {