summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/VCards/SetVCardRequest.h')
-rw-r--r--Swiften/VCards/SetVCardRequest.h6
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 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-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 */
6 6
7#pragma once 7#pragma once
8 8
9#include <Swiften/Base/API.h>
9#include <Swiften/Queries/GenericRequest.h> 10#include <Swiften/Queries/GenericRequest.h>
10#include <Swiften/Elements/VCard.h> 11#include <Swiften/Elements/VCard.h>
11 12
12
13namespace Swift { 13namespace Swift {
14 class SetVCardRequest : public GenericRequest<VCard> { 14 class SWIFTEN_API SetVCardRequest : public GenericRequest<VCard> {
15 public: 15 public:
16 typedef boost::shared_ptr<SetVCardRequest> ref; 16 typedef boost::shared_ptr<SetVCardRequest> ref;
17 17