Switch to unified view
a/src/query/filtseq.cpp | b/src/query/filtseq.cpp | ||
---|---|---|---|
... |
... |
||
44 | } |
44 | } |
45 | // Did all comparisons |
45 | // Did all comparisons |
46 | return false; |
46 | return false; |
47 | } |
47 | } |
48 | 48 | ||
49 | DocSeqFiltered::DocSeqFiltered(RclConfig *conf, STD_SHARED_PTR<DocSequence> iseq, |
49 | DocSeqFiltered::DocSeqFiltered(RclConfig *conf, std::shared_ptr<DocSequence> iseq, |
50 | DocSeqFiltSpec &filtspec) |
50 | DocSeqFiltSpec &filtspec) |
51 | : DocSeqModifier(iseq), m_config(conf) |
51 | : DocSeqModifier(iseq), m_config(conf) |
52 | { |
52 | { |
53 | setFiltSpec(filtspec); |
53 | setFiltSpec(filtspec); |
54 | } |
54 | } |