This commit is contained in:
MarcEricMartel
2023-11-24 15:56:58 -05:00
parent 775c8cf26f
commit ea3d2ffc34
3 changed files with 7 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ private:
std::unordered_map<Timestamp, Input> m_input_manifest;
std::vector<Input> m_input_vector;
std::unordered_map<Timestamp, Output> m_output_manifest;
std::vector<Output> m_output_vector;
std::deque<Output> m_output_vector;
std::unordered_map<Timestamp, Chat> m_chatlog;
SOCKET m_sock;