clang fix

This commit is contained in:
2022-08-10 23:23:23 +03:00
parent 1acd29e474
commit 79efd9e15d
4 changed files with 24 additions and 24 deletions

View File

@@ -313,7 +313,7 @@ public:
//! Send data "data" to address "addr" for UDP
bool send(const Address & addr, const PIByteArray & data, bool threaded = false);
virtual bool canWrite() const {return mode() & WriteOnly;}
bool canWrite() const override {return mode() & WriteOnly;}
int socket() const {return sock;}