You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/03/20 07:44:04 UTC

[royale-asjs] branch develop updated: fixes build due to latest changes when adding chromeColor to UIComponent

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0e1675e  fixes build due to latest changes when adding chromeColor to UIComponent
0e1675e is described below

commit 0e1675e66f3afd63459d1678ffe7aa2bf7c700d1
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Mar 20 08:43:57 2019 +0100

    fixes build due to latest changes when adding chromeColor to UIComponent
---
 .../main/royale/spark/components/supportClasses/SkinnableComponent.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableComponent.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableComponent.as
index b7caff6..e6fb4ba 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableComponent.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableComponent.as
@@ -156,12 +156,12 @@ public class SkinnableComponent extends UIComponent
     //  Properties
     //--------------------------------------------------------------------------
 	
-    public function get chromeColor():uint
+    override public function get chromeColor():uint
     {
        return null;
     }
         
-    public function set chromeColor(value:uint):void
+    override public function set chromeColor(value:uint):void
     {
       
     }