You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/10/22 19:08:58 UTC

[royale-asjs] branch develop updated: Fix build again.

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 <yi...@hotmail.com>
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;