mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Make constructors explicit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user