Skip to content

Commit

Permalink
Missed one change
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerkaraszewski committed Feb 10, 2025
1 parent 38ec932 commit 88002ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libstuff/libstuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extern atomic<bool> GLOBAL_IS_LIVE;
extern void* SSIGNAL_NOTIFY_INTERRUPT;

// Initialize libstuff on every thread before calling any of its functions
void SInitialize(string threadName = "", const char* processName = 0);
void SInitialize(const string& threadName = "", const char* processName = 0);

// This function sets a lambda that will be executed while the process is being killed for any reason
// (e.g. it crashed). Since we usually add logs in the lambda function, we'll also need to return the log as a
Expand Down

0 comments on commit 88002ce

Please sign in to comment.