mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
add const to spa_event and spa_command
This commit is contained in:
parent
4661ee882c
commit
5299677f88
10 changed files with 11 additions and 11 deletions
|
|
@ -284,7 +284,7 @@ struct pw_client_node_proxy_methods {
|
|||
* Send an event to the node
|
||||
* \param event the event to send
|
||||
*/
|
||||
int (*event) (void *object, struct spa_event *event);
|
||||
int (*event) (void *object, const struct spa_event *event);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue