Colors are uints.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@844 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2009-08-03 22:12:52 +00:00
parent 919ab1692f
commit 6194a1114f
+1 -1
View File
@@ -117,7 +117,7 @@ public class ChatControl extends HBox
/**
* Configures the background color of the text entry area.
*/
public function setChatColor (color :int) :void
public function setChatColor (color :uint) :void
{
_txt.setStyle("backgroundColor", color);
}