mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
Change time_str to be a reference
Co-authored-by: Lion <development@kortlepel.com>
This commit is contained in:
parent
29c3fed374
commit
135008a73c
@ -4,5 +4,5 @@
|
||||
#include <string>
|
||||
|
||||
namespace ChronoWrapper {
|
||||
std::chrono::high_resolution_clock::duration TimeFromStringWithLiteral(const std::string time_str);
|
||||
std::chrono::high_resolution_clock::duration TimeFromStringWithLiteral(const std::string& time_str);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user