Switch to side-by-side view

--- a/src/query/filtseq.cpp
+++ b/src/query/filtseq.cpp
@@ -46,7 +46,7 @@
     return false;
 } 
 
-DocSeqFiltered::DocSeqFiltered(RclConfig *conf, STD_SHARED_PTR<DocSequence> iseq, 
+DocSeqFiltered::DocSeqFiltered(RclConfig *conf, std::shared_ptr<DocSequence> iseq, 
 			       DocSeqFiltSpec &filtspec)
     :  DocSeqModifier(iseq), m_config(conf)
 {