Skip to content

Commit

Permalink
remove unnecessary inline in header
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Dec 1, 2023
1 parent d6f2b44 commit 7199780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Connection {

protected:
int connectPoll(int fd, const sockaddr* ai_ptr, const socklen_t ai_addrlen);
inline int local();
int local();

char m_name[MC_NI_MAXHOST + 1 + MC_NI_MAXSERV];
char m_host[MC_NI_MAXHOST];
Expand Down

0 comments on commit 7199780

Please sign in to comment.