Browse Source

public work

Nicolas Cannasse 18 years ago
parent
commit
16fd34ba5f
1 changed files with 1 additions and 1 deletions
  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);
 	}