diff --git a/common/kiid.cpp b/common/kiid.cpp index 5b34b80ff3..07c21b2d24 100644 --- a/common/kiid.cpp +++ b/common/kiid.cpp @@ -38,7 +38,7 @@ // Create only once, as seeding is *very* expensive static boost::mt19937 rng; -static boost::uuids::basic_random_generator randomGenerator( &rng ); +static boost::uuids::basic_random_generator randomGenerator( rng ); // These don't have the same performance penalty, but might as well be consistent static boost::uuids::string_generator stringGenerator;