소스 검색

Make host name public for the c# target (#8006)

lublak 6 년 전
부모
커밋
3b8d315600
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/cs/_std/sys/net/Host.hx

+ 1 - 1
std/cs/_std/sys/net/Host.hx

@@ -41,7 +41,7 @@ class Host {
 	/**
 		The provided host string.
 	**/
-	var host(default,null) : String;
+	public var host(default,null) : String;
 
 	/**
 		The actual IP corresponding to the host.