diff --git a/spectrum/src/frontends/xmpp/storageparser.h b/spectrum/src/frontends/xmpp/storageparser.h index c19d7553..7e5dea0a 100644 --- a/spectrum/src/frontends/xmpp/storageparser.h +++ b/spectrum/src/frontends/xmpp/storageparser.h @@ -18,6 +18,6 @@ namespace Transport { private: int level; - std::auto_ptr currentPayloadParser; + std::unique_ptr currentPayloadParser; }; }