diff options
author | cflip <cflip@cflip.net> | 2022-09-19 21:53:40 -0600 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-09-19 21:58:21 -0600 |
commit | 8ce7db9ba907ad4e826c826af898e1864f25f7bb (patch) | |
tree | 813b6862c25277856952f279f0614c0ce10d8053 /src/ServerConnection.h | |
parent | bcea88142033f37bffeca4df096fb7795ebf7020 (diff) |
Add ClangTidy configuration and apply fixes
Diffstat (limited to 'src/ServerConnection.h')
-rw-r--r-- | src/ServerConnection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ServerConnection.h b/src/ServerConnection.h index f01a1b6..8f0af70 100644 --- a/src/ServerConnection.h +++ b/src/ServerConnection.h @@ -6,7 +6,7 @@ class ServerConnection { public: ServerConnection(int port); - ClientConnection accept_client_connection(); + ClientConnection accept_client_connection() const; private: int m_socket_fd; |