You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/03/29 21:26:21 UTC

[5/6] git commit: [flex-asjs] [refs/heads/feature/chart-work] - Update to get MDL to compile.

Update to get MDL to compile.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bcc35b10
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bcc35b10
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/bcc35b10

Branch: refs/heads/feature/chart-work
Commit: bcc35b10f4dabf6eaff01f9eefccb2d2b7c4f9a6
Parents: 388e7b4
Author: Peter Ent <pe...@apache.org>
Authored: Wed Mar 29 17:15:42 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Wed Mar 29 17:15:42 2017 -0400

----------------------------------------------------------------------
 .../MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Menu.as   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bcc35b10/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Menu.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Menu.as b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Menu.as
index 3d5cb37..ec7b650 100644
--- a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Menu.as
+++ b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Menu.as
@@ -128,7 +128,7 @@ package org.apache.flex.mdl
          *  @playerversion AIR 2.6
          *  @productversion FlexJS 0.8
          */
-        public function getLayoutHost():ILayoutHost
+        override public function getLayoutHost():ILayoutHost
         {
             return this;
         }