Switch to side-by-side view

--- a/src/rcldb/rcldb.cpp
+++ b/src/rcldb/rcldb.cpp
@@ -570,7 +570,7 @@
     Chrono chron;
     PTMutexLocker lock(m_mutex);
 #endif
-    RefCntr<Xapian::Document> doc_cleaner(newdocument_ptr);
+    STD_SHARED_PTR<Xapian::Document> doc_cleaner(newdocument_ptr);
 
     // Check file system full every mbyte of indexed text. It's a bit wasteful
     // to do this after having prepared the document, but it needs to be in