diff --git a/createjs/easeljs/ColorMatrixFilter.hx b/createjs/easeljs/ColorMatrixFilter.hx index 83b0be9..8bb506f 100644 --- a/createjs/easeljs/ColorMatrixFilter.hx +++ b/createjs/easeljs/ColorMatrixFilter.hx @@ -2,7 +2,8 @@ package createjs.easeljs; @:native("createjs.ColorMatrixFilter") extern class ColorMatrixFilter extends Filter { - + + @:overload(function(matrix:ColorMatrix):Void{}) public function new(matrix:Array):Void; override public function clone():ColorMatrixFilter; -} \ No newline at end of file +}