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