Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 9fd7fb5bf -> c75ee9248


Mark Class_Get_Parent as nullable


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/dd89ccf9
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/dd89ccf9
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/dd89ccf9

Branch: refs/heads/master
Commit: dd89ccf93b7227e8c7173d2e8b8e601519c1ce6d
Parents: fe854dd
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Mon Jan 11 18:02:03 2016 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Wed Feb 3 15:24:28 2016 +0100

----------------------------------------------------------------------
 runtime/core/Clownfish/Class.cfh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/dd89ccf9/runtime/core/Clownfish/Class.cfh
----------------------------------------------------------------------
diff --git a/runtime/core/Clownfish/Class.cfh b/runtime/core/Clownfish/Class.cfh
index f72d1a3..3c5b37b 100644
--- a/runtime/core/Clownfish/Class.cfh
+++ b/runtime/core/Clownfish/Class.cfh
@@ -121,7 +121,7 @@ public final class Clownfish::Class inherits Clownfish::Obj 
{
     public String*
     Get_Name(Class *self);
 
-    public Class*
+    public nullable Class*
     Get_Parent(Class *self);
 
     uint32_t

Reply via email to