diff --git a/ICD.Common.Utils/EnumUtils.cs b/ICD.Common.Utils/EnumUtils.cs
index 07cdee3..03005f4 100644
--- a/ICD.Common.Utils/EnumUtils.cs
+++ b/ICD.Common.Utils/EnumUtils.cs
@@ -148,7 +148,7 @@ namespace ICD.Common.Utils
/// Gets the values from an enumeration without performing any caching. This is slow because of reflection.
///
///
- public static IEnumerable GetValues(Type type)
+ private static IEnumerable GetValues(Type type)
{
if (type == null)
throw new ArgumentNullException("type");