Nicolas Cannasse 18 年之前
父节点
当前提交
af8cbf3388
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;