diff --git a/BHoM_Engine/Convert/ToText.cs b/BHoM_Engine/Convert/ToText.cs index fc89b3201..97afa877a 100644 --- a/BHoM_Engine/Convert/ToText.cs +++ b/BHoM_Engine/Convert/ToText.cs @@ -161,7 +161,7 @@ public static string ToText(this Type type, bool includePath = false, bool repla /***************************************************/ - public static string ToText(Enum item, bool includePath = false) + public static string ToText(this Enum item, bool includePath = false) { if (item == null) return "null";