You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2020/12/15 13:16:32 UTC

[royale-asjs] branch develop updated: Missing import

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 c544a7d  Missing import
c544a7d is described below

commit c544a7d5f2b408dd23741f26603e02e4b878909f
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Dec 15 15:16:11 2020 +0200

    Missing import
---
 .../src/main/royale/spark/components/supportClasses/ItemRenderer.as      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ItemRenderer.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ItemRenderer.as
index eb34517..fc2261e 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ItemRenderer.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ItemRenderer.as
@@ -34,6 +34,7 @@ use namespace mx_internal;  */
 
 import org.apache.royale.core.IItemRenderer;
 import spark.components.DataRenderer;
+import org.apache.royale.events.Event;
 /**
  *  The ItemRenderer class is the base class for Spark item renderers.
  *