Browse Source

added missing contructor.

Nicolas Cannasse 19 years ago
parent
commit
0a32bc000b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/flash/PrintJob.hx

+ 1 - 0
std/flash/PrintJob.hx

@@ -2,6 +2,7 @@ package flash;
 
 extern class PrintJob
 {
+	function new() : Void;
 	function start():Bool;
 	function addPage(target:Dynamic, printArea:Dynamic, options:Dynamic, frameNum:Float):Bool;
 	function send():Void;