Make Inversion public
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/de03f0fa Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/de03f0fa Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/de03f0fa Branch: refs/heads/master Commit: de03f0fa2810fe77f34ca6b28cc502dd97a0d66f Parents: 7c09f4d Author: Nick Wellnhofer <[email protected]> Authored: Mon Jul 27 02:46:06 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Thu Aug 6 19:41:50 2015 +0200 ---------------------------------------------------------------------- core/Lucy/Analysis/Inversion.cfh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/de03f0fa/core/Lucy/Analysis/Inversion.cfh ---------------------------------------------------------------------- diff --git a/core/Lucy/Analysis/Inversion.cfh b/core/Lucy/Analysis/Inversion.cfh index d722181..63d84fe 100644 --- a/core/Lucy/Analysis/Inversion.cfh +++ b/core/Lucy/Analysis/Inversion.cfh @@ -22,7 +22,7 @@ parcel Lucy; * An Inversion is a collection of Token objects which you can add to, then * iterate over. */ -class Lucy::Analysis::Inversion inherits Clownfish::Obj { +public class Lucy::Analysis::Inversion inherits Clownfish::Obj { Token **tokens; uint32_t size;
