Commit 4d362887 authored by Simon Giesecke's avatar Simon Giesecke

Problem: stream_engine_t::_endpoint is unnecessarily non-const

Solution: declare _endpoint const
parent 091df743
......@@ -191,7 +191,7 @@ class stream_engine_t : public io_object_t, public i_engine
const options_t _options;
// String representation of endpoint
std::string _endpoint;
const std::string _endpoint;
bool _plugged;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment