summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/ResourceBindParser.h')
-rw-r--r--Swiften/Parser/PayloadParsers/ResourceBindParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/ResourceBindParser.h b/Swiften/Parser/PayloadParsers/ResourceBindParser.h
index fd9cf73..134bf14 100644
--- a/Swiften/Parser/PayloadParsers/ResourceBindParser.h
+++ b/Swiften/Parser/PayloadParsers/ResourceBindParser.h
@@ -1,16 +1,17 @@
/*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2015 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
+#include <Swiften/Base/API.h>
#include <Swiften/Elements/ResourceBind.h>
#include <Swiften/Parser/GenericPayloadParser.h>
namespace Swift {
- class ResourceBindParser : public GenericPayloadParser<ResourceBind> {
+ class SWIFTEN_API ResourceBindParser : public GenericPayloadParser<ResourceBind> {
public:
ResourceBindParser();