浏览代码

public work

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