diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/base/QXmppStanza.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppStanza.h b/src/base/QXmppStanza.h index aaf60cd9..e82641c7 100644 --- a/src/base/QXmppStanza.h +++ b/src/base/QXmppStanza.h @@ -118,7 +118,7 @@ public: }; QXmppStanza(const QString& from = QString(), const QString& to = QString()); - ~QXmppStanza(); + virtual ~QXmppStanza(); QString to() const; void setTo(const QString&); |
