Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrrzr committed Jan 17, 2025
1 parent 9d26958 commit 6e0eb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/threading/thread.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Thread {
static unsigned int getNumberOfProcessors();

protected:
std::string_view m_name;
std::string m_name;

virtual void *run() = 0;

Expand Down

0 comments on commit 6e0eb1a

Please sign in to comment.