Switch to unified view

a/src/query/filtseq.cpp b/src/query/filtseq.cpp
...
...
41
} 
41
} 
42
42
43
DocSeqFiltered::DocSeqFiltered(RefCntr<DocSequence> iseq, 
43
DocSeqFiltered::DocSeqFiltered(RefCntr<DocSequence> iseq, 
44
                   DocSeqFiltSpec &filtspec,
44
                   DocSeqFiltSpec &filtspec,
45
                   const std::string &t)
45
                   const std::string &t)
46
    :  DocSequence(t), m_seq(iseq), m_spec(filtspec)
46
    :  DocSeqModifier(t, iseq), m_spec(filtspec)
47
{
47
{
48
}
48
}
49
49
50
bool DocSeqFiltered::setFiltSpec(DocSeqFiltSpec &filtspec)
50
bool DocSeqFiltered::setFiltSpec(DocSeqFiltSpec &filtspec)
51
{
51
{