diff options
Diffstat (limited to 'Swiften/Parser/AuthFailureParser.h')
-rw-r--r-- | Swiften/Parser/AuthFailureParser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/AuthFailureParser.h b/Swiften/Parser/AuthFailureParser.h index 4d7ad63..a494ebe 100644 --- a/Swiften/Parser/AuthFailureParser.h +++ b/Swiften/Parser/AuthFailureParser.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/Parser/GenericElementParser.h> #include <Swiften/Elements/AuthFailure.h> namespace Swift { - class AuthFailureParser : public GenericElementParser<AuthFailure> { + class SWIFTEN_API AuthFailureParser : public GenericElementParser<AuthFailure> { public: AuthFailureParser() : GenericElementParser<AuthFailure>() {} }; |