diff options
Diffstat (limited to 'Swiften/Parser/AuthFailureParser.h')
-rw-r--r-- | Swiften/Parser/AuthFailureParser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Swiften/Parser/AuthFailureParser.h b/Swiften/Parser/AuthFailureParser.h index 3148222..1706290 100644 --- a/Swiften/Parser/AuthFailureParser.h +++ b/Swiften/Parser/AuthFailureParser.h @@ -11,8 +11,8 @@ #include <Swiften/Parser/GenericElementParser.h> namespace Swift { - class SWIFTEN_API AuthFailureParser : public GenericElementParser<AuthFailure> { - public: - AuthFailureParser() : GenericElementParser<AuthFailure>() {} - }; + class SWIFTEN_API AuthFailureParser : public GenericElementParser<AuthFailure> { + public: + AuthFailureParser() : GenericElementParser<AuthFailure>() {} + }; } |