Make constructors explicit

This commit is contained in:
Alexander Bock
2025-02-05 23:22:32 +01:00
parent 4950c8d5bd
commit 096363fd06
212 changed files with 261 additions and 252 deletions

View File

@@ -48,7 +48,7 @@ public:
*
* \pre syncBufferSize must be bigger than 0
*/
SyncEngine(unsigned int syncBufferSize);
explicit SyncEngine(unsigned int syncBufferSize);
/**
* Encodes all added Syncables in the injected `SyncBuffer`. This method is only