diff options
Diffstat (limited to 'Swiften/Base')
-rw-r--r-- | Swiften/Base/BoostRandomGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/Base/BoostRandomGenerator.h b/Swiften/Base/BoostRandomGenerator.h index cf6dd06..60d56af 100644 --- a/Swiften/Base/BoostRandomGenerator.h +++ b/Swiften/Base/BoostRandomGenerator.h @@ -1,21 +1,21 @@ /* - * Copyright (c) 2012 Isode Limited. + * Copyright (c) 2012-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include <Swiften/Base/RandomGenerator.h> #include <Swiften/Base/Override.h> #include <boost/random/mersenne_twister.hpp> namespace Swift { - class BoostRandomGenerator : public RandomGenerator{ + class BoostRandomGenerator : public RandomGenerator { public: BoostRandomGenerator(); int generateRandomInteger(int max) SWIFTEN_OVERRIDE; private: |