Assign `abstract` qualifier to Obj.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/eba68fc3 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/eba68fc3 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/eba68fc3 Branch: refs/heads/master Commit: eba68fc3cd17e49e7b556227f4ef80283183d3b3 Parents: 71cde55 Author: Marvin Humphrey <[email protected]> Authored: Mon Mar 23 19:11:07 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Apr 6 18:41:05 2015 -0700 ---------------------------------------------------------------------- runtime/core/Clownfish/Obj.cfh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/eba68fc3/runtime/core/Clownfish/Obj.cfh ---------------------------------------------------------------------- diff --git a/runtime/core/Clownfish/Obj.cfh b/runtime/core/Clownfish/Obj.cfh index 7fcc894..44e9713 100644 --- a/runtime/core/Clownfish/Obj.cfh +++ b/runtime/core/Clownfish/Obj.cfh @@ -19,7 +19,7 @@ parcel Clownfish; /** Base class for all objects. */ -public class Clownfish::Obj { +public abstract class Clownfish::Obj { Class *klass;
