You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/01/12 23:37:45 UTC

[royale-asjs] branch develop updated: Fix signature: Use interface in DataGridView instead class

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

piotrz 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 35ece56  Fix signature: Use interface in DataGridView instead class
35ece56 is described below

commit 35ece5642ebe39d6c75ca292f38711471c188657
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Sat Jan 13 00:37:38 2018 +0100

    Fix signature: Use interface in DataGridView instead class
---
 .../src/main/royale/org/apache/royale/html/beads/DataGridView.as      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DataGridView.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DataGridView.as
index 9a467ca..d3dbb68 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DataGridView.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/DataGridView.as
@@ -26,7 +26,7 @@ package org.apache.royale.html.beads
 	import org.apache.royale.events.Event;
 	import org.apache.royale.events.IEventDispatcher;
     import org.apache.royale.core.IBead;
-    import org.apache.royale.core.UIBase;
+    import org.apache.royale.core.IUIBase;
 	import org.apache.royale.html.DataGrid;
 	import org.apache.royale.html.DataGridButtonBar;
 	import org.apache.royale.html.Container;
@@ -91,7 +91,7 @@ package org.apache.royale.html.beads
 			/**
 			 * Returns the component used as the header for the DataGrid.
 			 */
-			public function get header():UIBase
+			public function get header():IUIBase
 			{
 				return _header;
 			}

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].