Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Oct 31, 2024
1 parent e22e90a commit 4f3b224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/quill/core/ThreadContextManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class TransitEventBuffer;
class BackendWorker;

/** We forward declare these to avoid including ThreadUtilities.h **/
extern std::string get_thread_name();
extern uint32_t get_thread_id() noexcept;
std::string get_thread_name();
uint32_t get_thread_id() noexcept;

class ThreadContext
{
Expand Down

0 comments on commit 4f3b224

Please sign in to comment.