Socket: Make SocketProtocol::close() non-const (at least all other virtuals need...
[senf.git] / Socket / Protocols / INet / TCPSocketProtocol.hh
index 91021a0..cca471e 100644 (file)
@@ -66,7 +66,7 @@ namespace senf {
         ///\name Abstract Interface Implementation
         ///@{
 
-        void close() const;
+        void close();
         unsigned available() const;
         bool eof() const;