diff options
Diffstat (limited to 'Swiften/Serializer/XML/XMLRawTextNode.h')
| -rw-r--r-- | Swiften/Serializer/XML/XMLRawTextNode.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Serializer/XML/XMLRawTextNode.h b/Swiften/Serializer/XML/XMLRawTextNode.h index b486ca4..f1e75e6 100644 --- a/Swiften/Serializer/XML/XMLRawTextNode.h +++ b/Swiften/Serializer/XML/XMLRawTextNode.h | |||
| @@ -1,15 +1,16 @@ | |||
| 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/Serializer/XML/XMLNode.h> | 10 | #include <Swiften/Serializer/XML/XMLNode.h> |
| 10 | 11 | ||
| 11 | namespace Swift { | 12 | namespace Swift { |
| 12 | class XMLRawTextNode : public XMLNode { | 13 | class SWIFTEN_API XMLRawTextNode : public XMLNode { |
| 13 | public: | 14 | public: |
| 14 | XMLRawTextNode(const std::string& text) : text_(text) { | 15 | XMLRawTextNode(const std::string& text) : text_(text) { |
| 15 | } | 16 | } |
Swift