Skip to content

Commit

Permalink
Merge pull request #42 from gundam-organization/main
Browse files Browse the repository at this point in the history
up
  • Loading branch information
nadrino authored Dec 3, 2024
2 parents 357deec + 04f39af commit afcb2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/GenericToolbox.Log.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
namespace GenericToolbox{
namespace LoggerUtils{

std::string getTimeStr(){
inline std::string getTimeStr(){
std::stringstream ss;
time_t rawTime = std::time(nullptr);
struct tm timeInfo = *localtime(&rawTime);
Expand Down

0 comments on commit afcb2e0

Please sign in to comment.