diff options
Diffstat (limited to 'Swiften/Client/BlockList.h')
| -rw-r--r-- | Swiften/Client/BlockList.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Client/BlockList.h b/Swiften/Client/BlockList.h index 2cf4aaf..eeb6c10 100644 --- a/Swiften/Client/BlockList.h +++ b/Swiften/Client/BlockList.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2011 Isode Limited. | 2 | * Copyright (c) 2011-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 | */ |
| @@ -10,9 +10,10 @@ | |||
| 10 | 10 | ||
| 11 | #include <Swiften/JID/JID.h> | 11 | #include <Swiften/JID/JID.h> |
| 12 | #include <Swiften/Base/boost_bsignals.h> | 12 | #include <Swiften/Base/boost_bsignals.h> |
| 13 | #include <Swiften/Base/API.h> | ||
| 13 | 14 | ||
| 14 | namespace Swift { | 15 | namespace Swift { |
| 15 | class BlockList { | 16 | class SWIFTEN_API BlockList { |
| 16 | public: | 17 | public: |
| 17 | enum State { | 18 | enum State { |
| 18 | Init, | 19 | Init, |
Swift