summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Swiften/VCards/VCardFileStorage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/VCards/VCardFileStorage.cpp b/Swiften/VCards/VCardFileStorage.cpp
index b4536f9..abececa 100644
--- a/Swiften/VCards/VCardFileStorage.cpp
+++ b/Swiften/VCards/VCardFileStorage.cpp
@@ -36,7 +36,7 @@ boost::shared_ptr<VCard> VCardFileStorage::getVCard(const JID& jid) const {
}
}
-void VCardFileStorage::setVCard(const JID& jid, boost::shared_ptr<VCard> v) {
+void VCardFileStorage::setVCard(const JID& jid, VCard::ref v) {
boost::filesystem::path vcardPath(getVCardPath(jid));
if (!boost::filesystem::exists(vcardPath.parent_path())) {
try {