X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=contrib%2Fbrushexport%2Fsupport.h;h=20116a1341a83af38806447a1ea48f81a7dd0b71;hb=HEAD;hp=a5bd9655c8ba18947d45e993a3c4bf4a992ff3bb;hpb=34e7980b3d67014bb32b4f67ce94c08cb5dd25e7;p=xonotic%2Fnetradiant.git diff --git a/contrib/brushexport/support.h b/contrib/brushexport/support.h index a5bd9655..20116a13 100644 --- a/contrib/brushexport/support.h +++ b/contrib/brushexport/support.h @@ -3,7 +3,7 @@ */ #ifdef HAVE_CONFIG_H -# include +#include #endif #include @@ -18,5 +18,5 @@ * or alternatively any widget in the component, and the name of the widget * you want returned. */ -ui::Widget lookup_widget( GtkWidget *widget, +ui::Widget lookup_widget(ui::Widget widget, const gchar *widget_name );