Nicolas Cannasse %!s(int64=18) %!d(string=hai) anos
pai
achega
16fd34ba5f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
 	}