diff options
Diffstat (limited to 'Swiften/Elements/VCardUpdate.h')
| -rw-r--r-- | Swiften/Elements/VCardUpdate.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Swiften/Elements/VCardUpdate.h b/Swiften/Elements/VCardUpdate.h index bbfd31e..782106c 100644 --- a/Swiften/Elements/VCardUpdate.h +++ b/Swiften/Elements/VCardUpdate.h @@ -7,7 +7,7 @@  #pragma once  #include <string> -#include "Swiften/Elements/Payload.h" +#include <Swiften/Elements/Payload.h>  namespace Swift {  	class VCardUpdate : public Payload { @@ -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
 Swift