Always use struct
This commit is contained in:
@@ -16,7 +16,7 @@ struct Connection;
|
||||
* allocated on-demand as connections are created.
|
||||
*
|
||||
*/
|
||||
class ConnectionRegistry {
|
||||
struct ConnectionRegistry {
|
||||
public:
|
||||
/**
|
||||
* Initialize the connection registry.
|
||||
|
||||
Reference in New Issue
Block a user