diff options
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r-- | include/inspsocket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index 9858f0432..56c04373d 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -45,7 +45,7 @@ enum InspSocketError { I_ERR_TIMEOUT, I_ERR_SOCKET, I_ERR_CONNECT, I_ERR_BIND, I * and use the InspSocket constructors to establish connections * and bindings. */ -class InspSocket +class InspSocket : public Extensible { protected: |