summaryrefslogtreecommitdiff
path: root/xdelta3/testing/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/testing/random.h')
-rw-r--r--xdelta3/testing/random.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/testing/random.h b/xdelta3/testing/random.h
index d1a6840..8ff64db 100644
--- a/xdelta3/testing/random.h
+++ b/xdelta3/testing/random.h
@@ -21,7 +21,7 @@ class MTRandom {
21 Init(TEST_SEED1); 21 Init(TEST_SEED1);
22 } 22 }
23 23
24 MTRandom(uint32_t seed) { 24 explicit MTRandom(uint32_t seed) {
25 Init(seed); 25 Init(seed);
26 } 26 }
27 27