add support for unicode aware regular expressions if available
This commit is contained in:
@@ -118,7 +118,7 @@ private:
|
||||
void Prepare();
|
||||
void Search();
|
||||
|
||||
RegexItemFilter<SEItem> m_search_predicate;
|
||||
Regex::ItemFilter<SEItem> m_search_predicate;
|
||||
|
||||
const char **SearchMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user