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

harbs 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 92c29e2  BeadViewBase needs to implement IBeadView
92c29e2 is described below

commit 92c29e21ce8a8be16229e9c86748bc062cb2e6b9
Author: Harbs <[email protected]>
AuthorDate: Sat Jan 25 18:49:47 2020 +0200

    BeadViewBase needs to implement IBeadView
---
 .../Core/src/main/royale/org/apache/royale/core/BeadViewBase.as         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as
 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as
index ca92ad1..eb11c20 100644
--- 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as
+++ 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/BeadViewBase.as
@@ -30,7 +30,7 @@ package org.apache.royale.core
      *  @playerversion AIR 2.6
      *  @productversion Royale 0.0
      */
-       public class BeadViewBase extends DispatcherBead
+       public class BeadViewBase extends DispatcherBead implements IBeadView
        {
         /**
          *  Constructor.

Reply via email to