summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Client/XMLBeautifier.h')
-rw-r--r--Swiften/Client/XMLBeautifier.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/Swiften/Client/XMLBeautifier.h b/Swiften/Client/XMLBeautifier.h
index af35be4..f8dccc5 100644
--- a/Swiften/Client/XMLBeautifier.h
+++ b/Swiften/Client/XMLBeautifier.h
@@ -5,10 +5,10 @@
5 */ 5 */
6 6
7/* 7/*
8* Copyright (c) 2014 Isode Limited. 8 * Copyright (c) 2014-2015 Isode Limited.
9* All rights reserved. 9 * All rights reserved.
10* See the COPYING file for more information. 10 * See the COPYING file for more information.
11*/ 11 */
12 12
13#pragma once 13#pragma once
14 14
@@ -16,6 +16,7 @@
16#include <string> 16#include <string>
17#include <stack> 17#include <stack>
18 18
19#include <Swiften/Base/API.h>
19#include <Swiften/Base/boost_bsignals.h> 20#include <Swiften/Base/boost_bsignals.h>
20#include <Swiften/Parser/XMLParserFactory.h> 21#include <Swiften/Parser/XMLParserFactory.h>
21#include <Swiften/Parser/XMLParserClient.h> 22#include <Swiften/Parser/XMLParserClient.h>
@@ -23,7 +24,7 @@
23 24
24namespace Swift { 25namespace Swift {
25 26
26class XMLBeautifier : public XMLParserClient { 27class SWIFTEN_API XMLBeautifier : public XMLParserClient {
27public: 28public:
28 XMLBeautifier(bool indention, bool coloring); 29 XMLBeautifier(bool indention, bool coloring);
29 virtual ~XMLBeautifier(); 30 virtual ~XMLBeautifier();