Switch to side-by-side view
--- a/src/rcldb/rclquery.cpp +++ b/src/rcldb/rclquery.cpp @@ -173,7 +173,7 @@ #define ISNULL(X) !(X) // Prepare query out of user search data -bool Query::setQuery(STD_SHARED_PTR<SearchData> sdata) +bool Query::setQuery(std::shared_ptr<SearchData> sdata) { LOGDEB("Query::setQuery:\n" );