summaryrefslogtreecommitdiff
path: root/src/remoteauth/remoteauthdialog.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-07-09 21:21:29 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-07-09 21:21:29 -0400
commitaaa219ce27561bfe060bee5a4eaba0326bc50412 (patch)
tree3595c0c4001863f4acc02d758b7b5b1d27e2153c /src/remoteauth/remoteauthdialog.hpp
parente0623281eb7fcdc1d04c44b4cd3a30dbffc97134 (diff)
downloadabaddon-portaudio-aaa219ce27561bfe060bee5a4eaba0326bc50412.tar.gz
abaddon-portaudio-aaa219ce27561bfe060bee5a4eaba0326bc50412.zip
restart ra ws on timeout
Diffstat (limited to 'src/remoteauth/remoteauthdialog.hpp')
-rw-r--r--src/remoteauth/remoteauthdialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteauth/remoteauthdialog.hpp b/src/remoteauth/remoteauthdialog.hpp
index be559df..9a6ca29 100644
--- a/src/remoteauth/remoteauthdialog.hpp
+++ b/src/remoteauth/remoteauthdialog.hpp
@@ -20,7 +20,7 @@ private:
void OnHello();
void OnFingerprint(const std::string &fingerprint);
- void OnPendingTicket(Snowflake user_id, std::string discriminator, std::string avatar_hash, std::string username);
+ void OnPendingTicket(Snowflake user_id, const std::string &discriminator, const std::string &avatar_hash, const std::string &username);
void OnPendingLogin();
void OnToken(const std::string &token);
void OnError(const std::string &error);