From ce9d2ca31e07679292f0a0378792050756d6ab26 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 29 Mar 2016 20:47:27 +0200 Subject: Move `LineAccumulator` into separate compilation unit --- src/random.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/random.h') diff --git a/src/random.h b/src/random.h index 386dc21..73f3215 100644 --- a/src/random.h +++ b/src/random.h @@ -22,7 +22,7 @@ class Random { Random(); - Range makeRange(const std::size_t, const std::size_t); + Range makeRange(const std::size_t a, const std::size_t b); private: std::random_device device_; -- cgit v1.2.3