Skip to content

Commit

Permalink
Add missing static keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
gottagofaster236 committed Mar 7, 2025
1 parent 793a15e commit 86df3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventsubListener.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const char* EventsubListener::ReconnectException::what() const noexcept {
return "ReconnectException";
}

std::string getMultipleExceptionsMessage(std::exception_ptr e);
static std::string getMultipleExceptionsMessage(std::exception_ptr e);

asio::awaitable<void> EventsubListener::asyncReconnectToEventsubForever() {
while (true) {
Expand Down

0 comments on commit 86df3cc

Please sign in to comment.