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 2018/07/24 15:52:43 UTC

[royale-asjs] branch develop updated: fix MXRoyale changing ListBase with DateContainerBase

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 74f2393  fix MXRoyale changing ListBase with DateContainerBase
74f2393 is described below

commit 74f239310f43e1763c6ec4eb7668e72ead5fbbd4
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jul 24 17:52:24 2018 +0200

    fix MXRoyale changing ListBase with DateContainerBase
---
 .../MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
index b38870d..4ee70c4 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
@@ -19,7 +19,7 @@
 package mx.controls.listClasses
 {   
 import mx.core.mx_internal;
-import org.apache.royale.core.ListBase;
+import org.apache.royale.core.DataContainerBase;
 
 use namespace mx_internal;
 
@@ -33,7 +33,7 @@ use namespace mx_internal;
      *  @productversion Royale 0.0
      *  @royalesuppresspublicvarwarning
 	*/
-	public class ListBase extends org.apache.royale.core.ListBase
+	public class ListBase extends DataContainerBase
 	{
 	
 	//----------------------------------