diff --git a/spectrum/src/frontends/xmpp/adhoccommand.h b/spectrum/src/frontends/xmpp/adhoccommand.h index e1563bf6405161aa3cadbcbc297c7c6b4dc0faa5..a12b6d0207d24ec274be7663bdef454176e640f6 100644 --- a/spectrum/src/frontends/xmpp/adhoccommand.h +++ b/spectrum/src/frontends/xmpp/adhoccommand.h @@ -27,6 +27,7 @@ #include "Swiften/Elements/FormField.h" #include "Swiften/Elements/Command.h" +#include "Swiften/SwiftenCompat.h" namespace Transport { @@ -44,7 +45,7 @@ class AdHocCommand { /// Destructor. virtual ~AdHocCommand(); - virtual boost::shared_ptr handleRequest(boost::shared_ptr payload) = 0; + virtual SWIFTEN_SHRPTR_NAMESPACE::shared_ptr handleRequest(SWIFTEN_SHRPTR_NAMESPACE::shared_ptr payload) = 0; const std::string &getId() { return m_id;