aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-03-18 20:51:02 -0500
committerLibravatar Michael Jurkoic <mjjurkoic@gmail.com>2024-03-18 20:51:02 -0500
commit08872f788a4a09f84b17e334afcd8973f1a0a346 (patch)
treea6a142202afe6834b67b7c4a44c1ea8a0da15b10
parentb766baf6f34df321e8eff9687cc2c17485da6fb4 (diff)
Namespace pointer declaration
-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.