mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
fix a cast warning (as recommended in GTK+ docs
This commit is contained in:
parent
bb232b6ec4
commit
af30a6f001
1 changed files with 1 additions and 1 deletions
|
|
@ -940,7 +940,7 @@ MackieControlProtocol::create_surfaces ()
|
|||
ipm->mcp = this;
|
||||
ipm->port = &input_port;
|
||||
|
||||
g_source_set_callback (surface->input_source, (GSourceFunc) ipmidi_input_handler, ipm, NULL);
|
||||
g_source_set_callback (surface->input_source, G_SOURCE_FUNC (ipmidi_input_handler), ipm, NULL);
|
||||
g_source_attach (surface->input_source, main_loop()->get_context()->gobj());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue