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

alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 1490277  Update Base64Decoder.as
1490277 is described below

commit 14902773d1692a52b0c12879c8056b3f17cfe51d
Author: alinakazi <alinakazi1...@gmail.com>
AuthorDate: Mon Aug 6 15:42:17 2018 +0500

    Update Base64Decoder.as
---
 .../projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as
index 0b346f8..ff512ad 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/utils/Base64Decoder.as
@@ -22,7 +22,7 @@ package mx.utils
 
 COMPILE::SWF
 {
-    import flash.utils.ByteArray;
+    import mx.utils.ByteArray;
 }
 
 COMPILE::JS
@@ -257,4 +257,4 @@ public class Base64Decoder
     ];
 }
 
-}
\ No newline at end of file
+}

Reply via email to