diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-05-05 07:18:54 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-05-05 07:18:54 +0000 |
| commit | 893234283ce5d470314ec1ea15274a64ca7cfe0e (patch) | |
| tree | cbdd8bfc2379f94336adc4b2019a726ac249b2db /source/QXmppClient.h | |
| parent | 46e9ef5b3483cab5512c8b0464f946e4d4dfc26a (diff) | |
| download | qxmpp-893234283ce5d470314ec1ea15274a64ca7cfe0e.tar.gz | |
fix compilation errors with MS VC2008
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 2c9f6050..f1225356 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -44,7 +44,7 @@ class QXmppVCardManager; class QXmppInvokable; class QXmppRpcInvokeIq; class QXmppRemoteMethod; -class QXmppRemoteMethodResult; +struct QXmppRemoteMethodResult; class QXmppArchiveManager; class QXmppDiscoveryIq; class QXmppTransferManager; |
