This is an automated email from the ASF dual-hosted git repository.
yishayw 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 f0df60b Fix build again.
f0df60b is described below
commit f0df60ba5c383a1d2a6f7641f69f58ec9595b894
Author: Yishay Weiss <[email protected]>
AuthorDate: Thu Oct 22 20:07:32 2020 +0100
Fix build again.
Events in mvn build seem to be automatically imported masking compile
errors found in Jenkins.
---
.../src/main/royale/mx/controls/dataGridClasses/DataGridItemRenderer.as | 1 +
1 file changed, 1 insertion(+)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridItemRenderer.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridItemRenderer.as
index cfd2daf..654d8bb 100644
---
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridItemRenderer.as
+++
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/dataGridClasses/DataGridItemRenderer.as
@@ -49,6 +49,7 @@ use namespace mx_internal;
import org.apache.royale.html.supportClasses.StringItemRenderer;
import org.apache.royale.events.MouseEvent;
+import org.apache.royale.events.Event;
import mx.core.IUIComponent;
import mx.core.UIComponent;
import mx.collections.IHierarchicalData;