diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-03 19:01:33 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-03 19:01:33 -0500 |
commit | 4740965f4c1ee879a733b4068f4026a0dfa626fd (patch) | |
tree | bf3f3e4cbac1e63fe9ef4f5191e553e8ce615fd7 /src/discord/websocket.hpp | |
parent | 6ff2563e36eac4f90ba241df3937980abd73c579 (diff) | |
download | abaddon-portaudio-4740965f4c1ee879a733b4068f4026a0dfa626fd.tar.gz abaddon-portaudio-4740965f4c1ee879a733b4068f4026a0dfa626fd.zip |
rewrite DiscordVoiceClient and stuff
Diffstat (limited to 'src/discord/websocket.hpp')
-rw-r--r-- | src/discord/websocket.hpp | 2 |
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: |