Minor tidying and cleanup

This commit is contained in:
2025-08-22 13:36:17 -04:00
parent 45bf6b6455
commit 815e6c065a
5 changed files with 11 additions and 48 deletions

View File

@@ -108,7 +108,7 @@ public:
static void releaseBackToServer(std::unique_ptr<Connection> connection);
private:
friend class Connection;
friend struct Connection;
/**
* Private constructor - use create() factory method instead.
*