Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
af8cbf3388
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/neko/net/ProxyDetect.hx

+ 1 - 1
std/neko/net/ProxyDetect.hx

@@ -176,7 +176,7 @@ class ProxyDetect {
 
 	static var save : { r : ProxySettings } = null;
 
-	static function detect() {
+	public static function detect() {
 		if( save == null )
 			save = { r : detectAll() };
 		return save.r;