Browse Source

added constructor

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

+ 1 - 0
std/flash/text/StyleSheet.hx

@@ -2,6 +2,7 @@ package flash.text;
 
 extern class StyleSheet
 {
+	function new() : Void;
 	function getStyle(name:String):Dynamic;
 	function setStyle(name:String,style:Dynamic):Void;
 	function clear():Void;