diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-09 16:15:14 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-09 16:15:14 (GMT) |
commit | 64ab77e910579bce3fe99b107a82753a7f32d77c (patch) | |
tree | 413165ba4f14c33c103ce957040e4454a5c3ca37 /Swiften/VCards/VCardFileStorage.cpp | |
parent | 61abce0b2b0b639d1917857c0f7d148479b6701a (diff) | |
download | swift-contrib-64ab77e910579bce3fe99b107a82753a7f32d77c.zip swift-contrib-64ab77e910579bce3fe99b107a82753a7f32d77c.tar.bz2 |
Fixed DoxyGen warning.
Diffstat (limited to 'Swiften/VCards/VCardFileStorage.cpp')
-rw-r--r-- | Swiften/VCards/VCardFileStorage.cpp | 2 |
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 { |