aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/nostr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nostr.hpp b/include/nostr.hpp
index 51ea7cd..645090a 100644
--- a/include/nostr.hpp
+++ b/include/nostr.hpp
@@ -212,7 +212,7 @@ private:
const int MAX_EVENTS_PER_SUBSCRIPTION = 128;
///< The WebSocket client used to communicate with relays.
- shared_ptr<client::IWebSocketClient> _client;
+ std::shared_ptr<client::IWebSocketClient> _client;
///< A mutex to protect the instance properties.
std::mutex _propertyMutex;
///< The default set of Nostr relays to which the service will attempt to connect.