diff options
Diffstat (limited to 'Swiften/Elements')
-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_; } |