summaryrefslogtreecommitdiff
path: root/src/lib/rng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rng.h')
-rw-r--r--src/lib/rng.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/rng.h b/src/lib/rng.h
index e3dc0c50d..d03988e7c 100644
--- a/src/lib/rng.h
+++ b/src/lib/rng.h
@@ -31,9 +31,9 @@ namespace dcpomatic {
class RNG
{
public:
- RNG (int32_t seed);
+ RNG(int32_t seed);
- int32_t get ();
+ int32_t get();
private:
uint32_t _state;