remove _ from public member (#1217)

This commit is contained in:
cyan317
2024-02-27 15:56:01 +00:00
committed by GitHub
parent 862fc48924
commit a7f61c3e68

View File

@@ -44,11 +44,11 @@ namespace http = boost::beast::http;
struct ConnectionBase : public util::Taggable {
protected:
boost::system::error_code ec_;
bool isAdmin_ = false;
public:
std::string const clientIp;
bool upgraded = false;
bool isAdmin_ = false;
boost::signals2::signal<void(ConnectionBase*)> onDisconnect;
std::uint32_t apiSubVersion = 0;