From 14eed266667983e875ac0f2bc1610539475abc6b Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 31 Jan 2021 13:49:52 +0000 Subject: Move sendmsglist to above the functions in LocalUser. --- include/users.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index 10692f0da..350f6b2f3 100644 --- a/include/users.h +++ b/include/users.h @@ -662,6 +662,10 @@ typedef unsigned int already_sent_t; class CoreExport LocalUser : public User, public insp::intrusive_list_node { + private: + /** Message list, can be passed to the two parameter Send(). */ + static ClientProtocol::MessageList sendmsglist; + /** Add a serialized message to the send queue of the user. * @param serialized Bytes to add. */ @@ -674,10 +678,6 @@ class CoreExport LocalUser : public User, public insp::intrusive_list_node