Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 0e5b29f

Browse files
authored
Fix QXmppError forward declared as class (#671)
1 parent 8ba3a2f commit 0e5b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/QXmppMovedManager.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "QXmppTask.h"
1111

1212
class QXmppPresence;
13-
class QXmppError;
13+
struct QXmppError;
1414
class QXmppMovedManagerPrivate;
1515

1616
class QXMPP_EXPORT QXmppMovedManager : public QXmppClientExtension

0 commit comments

Comments
 (0)