aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/RandomStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rdr/RandomStream.h')
-rw-r--r--common/rdr/RandomStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rdr/RandomStream.h b/common/rdr/RandomStream.h
index 521012e0..48f373c1 100644
--- a/common/rdr/RandomStream.h
+++ b/common/rdr/RandomStream.h
@@ -40,7 +40,7 @@ namespace rdr {
virtual ~RandomStream();
private:
- virtual bool fillBuffer();
+ bool fillBuffer() override;
private:
static unsigned int seed;