diff options
Diffstat (limited to 'Swiften/Parser/PlatformXMLParserFactory.h')
-rw-r--r-- | Swiften/Parser/PlatformXMLParserFactory.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Swiften/Parser/PlatformXMLParserFactory.h b/Swiften/Parser/PlatformXMLParserFactory.h index b6c0a92..82b8573 100644 --- a/Swiften/Parser/PlatformXMLParserFactory.h +++ b/Swiften/Parser/PlatformXMLParserFactory.h @@ -1,19 +1,19 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2016 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once -#include <Swiften/Parser/XMLParserFactory.h> #include <Swiften/Base/API.h> +#include <Swiften/Parser/XMLParserFactory.h> namespace Swift { - class SWIFTEN_API PlatformXMLParserFactory : public XMLParserFactory { - public: - PlatformXMLParserFactory(); + class SWIFTEN_API PlatformXMLParserFactory : public XMLParserFactory { + public: + PlatformXMLParserFactory(); - virtual XMLParser* createXMLParser(XMLParserClient*); - }; + virtual XMLParser* createXMLParser(XMLParserClient*); + }; } |