Skip to content

Commit

Permalink
Update int to long
Browse files Browse the repository at this point in the history
Update int to long
  • Loading branch information
SmileYzn authored Oct 29, 2024
1 parent ccedc50 commit 4c6c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogApi/LogCurl.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CLogCurl

long m_RequestIndex = 0;

std::map<int, P_CURL_MOD_MEMORY> m_Data;
std::map<long, P_CURL_MOD_MEMORY> m_Data;
};

extern CLogCurl gLogCurl;

0 comments on commit 4c6c568

Please sign in to comment.