summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/CompressedParser.h')
-rw-r--r--Swiften/Parser/CompressedParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/CompressedParser.h b/Swiften/Parser/CompressedParser.h
index cad32bc..33f56b2 100644
--- a/Swiften/Parser/CompressedParser.h
+++ b/Swiften/Parser/CompressedParser.h
@@ -1,16 +1,17 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
6 6
7#pragma once 7#pragma once
8 8
9#include <Swiften/Base/API.h>
9#include <Swiften/Parser/GenericElementParser.h> 10#include <Swiften/Parser/GenericElementParser.h>
10#include <Swiften/Elements/Compressed.h> 11#include <Swiften/Elements/Compressed.h>
11 12
12namespace Swift { 13namespace Swift {
13 class CompressedParser : public GenericElementParser<Compressed> { 14 class SWIFTEN_API CompressedParser : public GenericElementParser<Compressed> {
14 public: 15 public:
15 CompressedParser() : GenericElementParser<Compressed>() {} 16 CompressedParser() : GenericElementParser<Compressed>() {}
16 }; 17 };