diff options
Diffstat (limited to 'Swiften/VCards/SetVCardRequest.h')
-rw-r--r-- | Swiften/VCards/SetVCardRequest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Swiften/VCards/SetVCardRequest.h b/Swiften/VCards/SetVCardRequest.h index 2728cde..d59c3bc 100644 --- a/Swiften/VCards/SetVCardRequest.h +++ b/Swiften/VCards/SetVCardRequest.h @@ -1,17 +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/Queries/GenericRequest.h> #include <Swiften/Elements/VCard.h> - namespace Swift { - class SetVCardRequest : public GenericRequest<VCard> { + class SWIFTEN_API SetVCardRequest : public GenericRequest<VCard> { public: typedef boost::shared_ptr<SetVCardRequest> ref; |