summaryrefslogtreecommitdiff
path: root/include/System/Random.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/System/Random.hpp')
-rw-r--r--include/System/Random.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/System/Random.hpp b/include/System/Random.hpp
index 4506466d..cc1f2a12 100644
--- a/include/System/Random.hpp
+++ b/include/System/Random.hpp
@@ -19,4 +19,4 @@ struct Random {
}
};
-extern Random *gRandom;
+extern Random gRandom;