Fix compiler error due to usage of << to close a template instantiation

This commit is contained in:
Simon Detheridge 2015-01-14 10:37:40 +00:00
parent 3c4dc80342
commit a5fc85b17e

View File

@ -54,7 +54,7 @@ public:
/// Global ISAAC RNG to be used from anywhere. This is not thread safe, so take caution to only /// Global ISAAC RNG to be used from anywhere. This is not thread safe, so take caution to only
/// use it when no other threads are. /// use it when no other threads are.
/// </summary> /// </summary>
static unique_ptr<QTIsaac<ALPHA, ISAAC_INT>> GlobalRand; static unique_ptr<QTIsaac<ALPHA, ISAAC_INT> > GlobalRand;
/// <summary> /// <summary>
/// The structure which holds all of the random information. /// The structure which holds all of the random information.