aboutsummaryrefslogtreecommitdiff
path: root/include/client/web_socket_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/client/web_socket_client.hpp')
-rw-r--r--include/client/web_socket_client.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/client/web_socket_client.hpp b/include/client/web_socket_client.hpp
index eca8e24..19fc949 100644
--- a/include/client/web_socket_client.hpp
+++ b/include/client/web_socket_client.hpp
@@ -10,14 +10,14 @@ namespace nostr
{
namespace client
{
-class IWebSocketClient;
-
/**
* @brief An interface for a WebSocket client singleton.
*/
class IWebSocketClient
{
public:
+ virtual ~IWebSocketClient() = default;
+
/**
* @brief Starts the client.
* @remark This method must be called before any other client methods.