diff options
Diffstat (limited to 'Swiften/Base/BoostRandomGenerator.h')
-rw-r--r-- | Swiften/Base/BoostRandomGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swiften/Base/BoostRandomGenerator.h b/Swiften/Base/BoostRandomGenerator.h index 6d65b0b..b5a6cac 100644 --- a/Swiften/Base/BoostRandomGenerator.h +++ b/Swiften/Base/BoostRandomGenerator.h @@ -13,6 +13,8 @@ namespace Swift { class BoostRandomGenerator : public RandomGenerator{ public: + BoostRandomGenerator(); + int generateRandomInteger(int max); private: |