diff options
Diffstat (limited to 'Swiften/Elements/IBB.h')
| -rw-r--r-- | Swiften/Elements/IBB.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/IBB.h b/Swiften/Elements/IBB.h index e8c0d22..58194b9 100644 --- a/Swiften/Elements/IBB.h +++ b/Swiften/Elements/IBB.h @@ -1,23 +1,24 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include <string> #include <vector> #include <boost/shared_ptr.hpp> #include <boost/smart_ptr/make_shared.hpp> +#include <Swiften/Base/API.h> #include <Swiften/Elements/Payload.h> namespace Swift { - class IBB : public Payload { + class SWIFTEN_API IBB : public Payload { public: typedef boost::shared_ptr<IBB> ref; enum Action { Open, Close, |
Swift