You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2015/09/28 21:52:24 UTC

[08/14] lucy git commit: Add missing declaration for OffsetColl_new.

Add missing declaration for OffsetColl_new.


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

Branch: refs/heads/master
Commit: d850571684b0b5f4b68d3a5deed72feac9d7fb45
Parents: 888c080
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Fri Sep 11 19:20:12 2015 -0700
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Tue Sep 15 15:54:51 2015 -0700

----------------------------------------------------------------------
 core/Lucy/Search/Collector.cfh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/d8505716/core/Lucy/Search/Collector.cfh
----------------------------------------------------------------------
diff --git a/core/Lucy/Search/Collector.cfh b/core/Lucy/Search/Collector.cfh
index 3d88136..2bb44dd 100644
--- a/core/Lucy/Search/Collector.cfh
+++ b/core/Lucy/Search/Collector.cfh
@@ -85,6 +85,9 @@ public class Lucy::Search::Collector::BitCollector nickname BitColl
 
     BitVector    *bit_vec;
 
+    public inert incremented BitCollector*
+    new(BitVector *bit_vector);
+
     /**
      * @param bit_vector A Lucy::Object::BitVector.
      */