[PATCH 01/15] Explicit Connection::Private's attributes
From: qolyester@green-communications.fr
This commit is contained in:
parent
e8262c2d4f
commit
eaeeea61d3
1 changed files with 2 additions and 1 deletions
|
@ -42,12 +42,13 @@
|
|||
using namespace DBus;
|
||||
|
||||
Connection::Private::Private(DBusConnection *c, Server::Private *s)
|
||||
: conn(c) , dispatcher(0), server(s)
|
||||
: conn(c) , dispatcher(NULL), server(s)
|
||||
{
|
||||
init();
|
||||
}
|
||||
|
||||
Connection::Private::Private(DBusBusType type)
|
||||
: dispatcher(NULL), server(NULL)
|
||||
{
|
||||
InternalError e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue