diff --git a/beast/utility/PropertyStream.h b/beast/utility/PropertyStream.h index 653ceb882..a3effc707 100644 --- a/beast/utility/PropertyStream.h +++ b/beast/utility/PropertyStream.h @@ -160,7 +160,7 @@ public: { return Proxy (*this, key); } template - Proxy operator[] (Key key) const + Proxy operator[] (Key key) { std::stringstream ss; ss << key;