diff options
| author | Jonah BrĂ¼chert <jbb@kaidan.im> | 2023-03-09 13:30:58 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2023-03-09 15:13:17 +0100 |
| commit | c5642526513363608d538417d0e50e00f9cd5e46 (patch) | |
| tree | 92b87f711abf59fcbbc41e7b63f2f8ca4c159ce9 /src/client/QXmppEntityTimeManager.h | |
| parent | 2a39ea6743ea4b7075184cd37c16fec5c4226009 (diff) | |
| download | qxmpp-c5642526513363608d538417d0e50e00f9cd5e46.tar.gz | |
Fix compilation on MSVC 2019
Diffstat (limited to 'src/client/QXmppEntityTimeManager.h')
| -rw-r--r-- | src/client/QXmppEntityTimeManager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppEntityTimeManager.h b/src/client/QXmppEntityTimeManager.h index 3b090feb..87219122 100644 --- a/src/client/QXmppEntityTimeManager.h +++ b/src/client/QXmppEntityTimeManager.h @@ -13,7 +13,7 @@ template<class T> class QXmppTask; class QXmppEntityTimeIq; -class QXmppError; +struct QXmppError; /// /// \brief The QXmppEntityTimeManager class provided the functionality to get |
