From e5c3d6ed4275e71b54ccea9110c63cbb730b9e23 Mon Sep 17 00:00:00 2001 From: alexhudson Date: Fri, 7 Mar 2008 16:20:46 +0000 Subject: [PATCH] Change API of document field boost function slightly; this looks more correct and maybe will fix some build problems on certain arches? --- src/agents/store/filters/filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/store/filters/filter.cpp b/src/agents/store/filters/filter.cpp index de3b9f1..53d62aa 100644 --- a/src/agents/store/filters/filter.cpp +++ b/src/agents/store/filters/filter.cpp @@ -171,7 +171,7 @@ FilterAddText(Document *doc, const TCHAR *fieldName, const char *value, bool inc } int -FilterAddTextWithBoost(Document *doc, const TCHAR *fieldName, const char *value, float boost, bool includeInEverything) +FilterAddTextWithBoost(Document *doc, const TCHAR *fieldName, const char *value, float_t boost, bool includeInEverything) { Field *f; TCHAR tbuf[TBUF_CHARS + 1];