diff options
Diffstat (limited to 'src/lib/rng.h')
| -rw-r--r-- | src/lib/rng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/rng.h b/src/lib/rng.h index e3dc0c50d..1e47fcd02 100644 --- a/src/lib/rng.h +++ b/src/lib/rng.h @@ -31,7 +31,7 @@ namespace dcpomatic { class RNG { public: - RNG (int32_t seed); + explicit RNG (int32_t seed); int32_t get (); |
