Time to get rid of the horrible coding style
This commit is contained in:
parent
534ee610d8
commit
efc594f888
53 changed files with 1137 additions and 1136 deletions
|
@ -38,12 +38,12 @@ namespace DBus {
|
|||
|
||||
struct DXXAPILOCAL Message::Private
|
||||
{
|
||||
DBusMessage* msg;
|
||||
DBusMessage *msg;
|
||||
|
||||
Private() : msg(0)
|
||||
{}
|
||||
|
||||
Private( DBusMessage* m ) : msg(m)
|
||||
Private(DBusMessage *m) : msg(m)
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue