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 <[email protected]>
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
{
//----------------------------------