summaryrefslogtreecommitdiff
path: root/src/discord/websocket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/discord/websocket.hpp')
-rw-r--r--src/discord/websocket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord/websocket.hpp b/src/discord/websocket.hpp
index 768121e..a77bf55 100644
--- a/src/discord/websocket.hpp
+++ b/src/discord/websocket.hpp
@@ -26,7 +26,7 @@ public:
private:
void OnMessage(const ix::WebSocketMessagePtr &msg);
- ix::WebSocket m_websocket;
+ std::unique_ptr<ix::WebSocket> m_websocket;
std::string m_agent;
public: