File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/stringfilter_type.h
Show inline comments
 
@@ -39,7 +39,7 @@ private:
 
	};
 

	
 
	const char *filter_buffer;                     ///< Parsed filter string. Words separated by 0.
 
	SmallVector<WordState, 4> word_index;          ///< Word index and filter state.
 
	std::vector<WordState> word_index;          ///< Word index and filter state.
 
	uint word_matches;                             ///< Summary of filter state: Number of words matched.
 

	
 
	const bool *case_sensitive;                    ///< Match case-sensitively (usually a static variable).