From 64ab77e910579bce3fe99b107a82753a7f32d77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Remko=20Tron=C3=A7on?= Date: Sat, 9 Oct 2010 18:15:14 +0200 Subject: Fixed DoxyGen warning. 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 VCardFileStorage::getVCard(const JID& jid) const { } } -void VCardFileStorage::setVCard(const JID& jid, boost::shared_ptr v) { +void VCardFileStorage::setVCard(const JID& jid, VCard::ref v) { boost::filesystem::path vcardPath(getVCardPath(jid)); if (!boost::filesystem::exists(vcardPath.parent_path())) { try { -- cgit v0.10.2-6-g49f6