sync from fd.orf

This commit is contained in:
Andreas Volz 2009-11-16 22:14:08 +01:00
parent a2f2b93e36
commit d55e70a385
26 changed files with 186 additions and 159 deletions

View file

@ -44,7 +44,7 @@ Server::Private::~Private()
{
}
void Server::Private::on_new_conn_cb(DBusServer *, DBusConnection *conn, void *data)
void Server::Private::on_new_conn_cb(DBusServer *server, DBusConnection *conn, void *data)
{
Server *s = static_cast<Server *>(data);