Make local function static

This commit is contained in:
Paul Cornett
2017-06-15 10:32:57 -07:00
parent fcd2401af7
commit 820149121b

View File

@@ -427,6 +427,7 @@ wxgtk_new_connection_cb(GDBusServer *,
return TRUE;
}
static
gboolean
wxgtk_dbus_peer_is_authorized(GCredentials *peer_credentials)
{