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 <[email protected]>
Authored: Fri Sep 11 19:20:12 2015 -0700
Committer: Marvin Humphrey <[email protected]>
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.
      */

Reply via email to