diff options
Diffstat (limited to 'Swiften/Elements/VCardUpdate.h')
| -rw-r--r-- | Swiften/Elements/VCardUpdate.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Elements/VCardUpdate.h b/Swiften/Elements/VCardUpdate.h index e225a4a..782106c 100644 --- a/Swiften/Elements/VCardUpdate.h +++ b/Swiften/Elements/VCardUpdate.h @@ -15,7 +15,7 @@ namespace Swift {  			VCardUpdate(const std::string& photoHash = "") : photoHash_(photoHash) {}  			void setPhotoHash(const std::string& photoHash) { photoHash_ = photoHash; } -			const std::string& getPhotoHash() { return photoHash_; } +			const std::string& getPhotoHash() const { return photoHash_; }  		private:  			std::string photoHash_;  | 
 Swift