aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index e3dc47fe3e..c17557a077 100644
--- a/common/util.h
+++ b/common/util.h
@@ -139,7 +139,7 @@ public:
* Identical to getRandomNumber(1), but faster, hopefully.
* @return a random bit, either 0 or 1
*/
- uint getRandomBit(void);
+ uint getRandomBit();
/**
* Generates a random unsigned integer in the interval [min, max].
* @param min the lower bound