diff options
Diffstat (limited to 'Swiften/FileTransfer/BytestreamException.h')
| -rw-r--r-- | Swiften/FileTransfer/BytestreamException.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Swiften/FileTransfer/BytestreamException.h b/Swiften/FileTransfer/BytestreamException.h index ff1b11b..202315e 100644 --- a/Swiften/FileTransfer/BytestreamException.h +++ b/Swiften/FileTransfer/BytestreamException.h @@ -1,17 +1,19 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include <stdexcept> +#include <Swiften/Base/API.h> + namespace Swift { - class BytestreamException : public std::exception { + class SWIFTEN_API BytestreamException : public std::exception { public: BytestreamException() { } }; } |
Swift