summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-09 16:15:14 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-09 16:15:14 (GMT)
commit64ab77e910579bce3fe99b107a82753a7f32d77c (patch)
tree413165ba4f14c33c103ce957040e4454a5c3ca37 /Swiften/VCards
parent61abce0b2b0b639d1917857c0f7d148479b6701a (diff)
downloadswift-64ab77e910579bce3fe99b107a82753a7f32d77c.zip
swift-64ab77e910579bce3fe99b107a82753a7f32d77c.tar.bz2
Fixed DoxyGen warning.
Diffstat (limited to 'Swiften/VCards')
-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 {