diff options
Diffstat (limited to 'Swiften/SASL/DIGESTMD5Properties.h')
-rw-r--r-- | Swiften/SASL/DIGESTMD5Properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SASL/DIGESTMD5Properties.h b/Swiften/SASL/DIGESTMD5Properties.h index 4d3a4fe..3afd369 100644 --- a/Swiften/SASL/DIGESTMD5Properties.h +++ b/Swiften/SASL/DIGESTMD5Properties.h @@ -17,7 +17,7 @@ namespace Swift { public: DIGESTMD5Properties(); - boost::optional<String> getValue(const String& key); + boost::optional<String> getValue(const String& key) const; void setValue(const String& key, const String& value); |