aboutsummaryrefslogtreecommitdiff
path: root/src/util/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sock.h')
-rw-r--r--src/util/sock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sock.h b/src/util/sock.h
index 4b0618dcff..d923de531f 100644
--- a/src/util/sock.h
+++ b/src/util/sock.h
@@ -153,7 +153,7 @@ public:
*/
virtual bool IsConnected(std::string& errmsg) const;
-private:
+protected:
/**
* Contained socket. `INVALID_SOCKET` designates the object is empty.
*/