Don't declare command in callback as UniqueCommand
Since we're using a custom command it is in fact not part of the enumeration and thus some compilers complain.
This commit is contained in:
parent
5d7bbe6eb1
commit
ca2582c5e3
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ midori_app_osso_rpc_handler_cb (const gchar* interface,
|
|||
#elif HAVE_UNIQUE
|
||||
static UniqueResponse
|
||||
midori_browser_message_received_cb (UniqueApp* instance,
|
||||
UniqueCommand command,
|
||||
gint command,
|
||||
UniqueMessageData* message,
|
||||
guint timestamp,
|
||||
MidoriApp* app)
|
||||
|
|
Loading…
Reference in a new issue