You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by gr...@apache.org on 2021/03/12 20:03:19 UTC

[royale-asjs] branch develop updated: Build fix: missing import

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

gregdove 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 311820c  Build fix: missing import
311820c is described below

commit 311820c2b5d20816f5eb0ebd4d32974de6f75635
Author: greg-dove <gr...@gmail.com>
AuthorDate: Sat Mar 13 09:03:01 2021 +1300

    Build fix: missing import
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
index e9f9400..94890ab 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/ComboBox.as
@@ -24,6 +24,7 @@ import mx.controls.dataGridClasses.DataGridListData;
 import mx.controls.listClasses.BaseListData;
 //import mx.controls.listClasses.ListData;
 import mx.events.FlexEvent;
+import mx.core.IFactory;
 
 import org.apache.royale.html.beads.IComboBoxView;
 import org.apache.royale.core.ISelectionModel;