Browse Source

public work

Nicolas Cannasse 18 năm trước cách đây
mục cha
commit
16fd34ba5f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/neko/net/ThreadServer.hx

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

@@ -155,7 +155,7 @@ class ThreadServer<Client,Message> {
 		}
 	}
 
-	function work( f : Void -> Void ) {
+	public function work( f : Void -> Void ) {
 		worker.sendMessage(f);
 	}