diff options
Diffstat (limited to 'Swiften/Elements/StreamInitiation.h')
| -rw-r--r-- | Swiften/Elements/StreamInitiation.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/StreamInitiation.h b/Swiften/Elements/StreamInitiation.h index 672af30..53c8f11 100644 --- a/Swiften/Elements/StreamInitiation.h +++ b/Swiften/Elements/StreamInitiation.h @@ -1,24 +1,25 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include <vector> #include <boost/optional.hpp> #include <boost/shared_ptr.hpp> #include <string> +#include <Swiften/Base/API.h> #include <Swiften/Elements/Payload.h> #include <Swiften/Elements/StreamInitiationFileInfo.h> namespace Swift { - class StreamInitiation : public Payload { + class SWIFTEN_API StreamInitiation : public Payload { public: typedef boost::shared_ptr<StreamInitiation> ref; StreamInitiation() : isFileTransfer(true) {} const std::string& getID() const { |
Swift