diff --git a/Source/Ember/Isaac.h b/Source/Ember/Isaac.h index 10746f6..804ba1f 100644 --- a/Source/Ember/Isaac.h +++ b/Source/Ember/Isaac.h @@ -54,7 +54,7 @@ public: /// 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. /// - static unique_ptr> GlobalRand; + static unique_ptr > GlobalRand; /// /// The structure which holds all of the random information.