diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-26 19:48:49 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-26 19:59:21 (GMT) |
commit | 49e92fe3288bbc7cab365d9db1b9c0b0bde84afa (patch) | |
tree | 9f41b690125dd24def8b5037406bb5894b2fdad8 /Swiften/Elements/VCard.h | |
parent | cbe6eaf4be28a35a907a0d5c06406885437121ba (diff) | |
download | swift-49e92fe3288bbc7cab365d9db1b9c0b0bde84afa.zip swift-49e92fe3288bbc7cab365d9db1b9c0b0bde84afa.tar.bz2 |
Fix compliation problems with CLang.
Diffstat (limited to 'Swiften/Elements/VCard.h')
-rw-r--r-- | Swiften/Elements/VCard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Elements/VCard.h b/Swiften/Elements/VCard.h index e1f6f88..5e26003 100644 --- a/Swiften/Elements/VCard.h +++ b/Swiften/Elements/VCard.h @@ -70,7 +70,7 @@ namespace Swift { unknownContent_ += c; } - const std::vector<EMailAddress> getEMailAddresses() const { + const std::vector<EMailAddress>& getEMailAddresses() const { return emailAddresses_; } |