diff options
Diffstat (limited to 'qt/message.h')
| -rw-r--r-- | qt/message.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/qt/message.h b/qt/message.h index 4763cf12..5baf9e59 100644 --- a/qt/message.h +++ b/qt/message.h @@ -116,8 +116,8 @@ namespace DBus {      DBusMessage* message() const;    private: -    struct MessagePrivate; -    MessagePrivate *d; +    struct Private; +    Private *d;    };  }  | 
