Explorar o código

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

lublak %!s(int64=6) %!d(string=hai) anos
pai
achega
3b8d315600
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.