]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/patchmanip.cpp
Wrap gtkutil/toolbar
[xonotic/netradiant.git] / radiant / patchmanip.cpp
index 851e384b93fcd08e6624bebbf54851fb1d691742..c2a8b6272f44c6ddf1657928246729463bd2bf1c 100644 (file)
@@ -744,7 +744,7 @@ void Patch_registerCommands(){
        GlobalCommands_insert( "ClearPatchOverlays", FreeCaller<Patch_OverlayOff>(), Accelerator( 'L', (GdkModifierType)GDK_CONTROL_MASK ) );
 }
 
-void Patch_constructToolbar( GtkToolbar* toolbar ){
+void Patch_constructToolbar( ui::Toolbar toolbar ){
        toolbar_append_button( toolbar, "Put caps on the current patch (SHIFT + C)", "cap_curve.png", "CapCurrentCurve" );
 }