]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/socket.h
Use the override specifier when overriding
[libs/net.git] / source / net / socket.h
index 2e736e9a21d04ffaac1f77a704ae50f3f4ed056b..d917bd8e37e9d1b9a7d81adbfbc98053d6738406 100644 (file)
@@ -41,10 +41,10 @@ private:
 public:
        ~Socket();
 
-       virtual void set_block(bool);
-       virtual void set_inherit(bool);
+       void set_block(bool) override;
+       void set_inherit(bool) override;
        const IO::Handle &get_handle(IO::Mode);
-       virtual const IO::Handle &get_event_handle();
+       const IO::Handle &get_event_handle() override;
 
        /** Associates the socket with a local address.  There must be no existing
        users of the address. */