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 <[email protected]>
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.
*