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 2019/12/17 19:58:53 UTC

[royale-asjs] branch develop updated: Add missing import (fix build)

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 e9ed537  Add missing import (fix build)
e9ed537 is described below

commit e9ed53731a92fb710009f399876f6125fe2dca2f
Author: greg-dove <gr...@gmail.com>
AuthorDate: Wed Dec 18 08:58:23 2019 +1300

    Add missing import (fix build)
---
 .../main/royale/spark/components/supportClasses/SkinnableTextBase.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as
index c4cc32b..a09cbb3 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/SkinnableTextBase.as
@@ -49,7 +49,7 @@ import spark.core.IProxiedStageTextWrapper;
 import spark.core.ISoftKeyboardHintClient;
 import spark.events.TextOperationEvent;
  */
-	
+import org.apache.royale.html.accessories.PasswordInputBead;
 import org.apache.royale.textLayout.elements.TextFlow;
 import mx.utils.BitFlagUtil;