Switch to side-by-side view
--- a/src/rcldb/searchdata.h +++ b/src/rcldb/searchdata.h @@ -143,7 +143,7 @@ std::string getDescription() {return m_description;} void setDescription(const std::string& d) {m_description = d;} - virtual string asXML(); + string asXML(); void setTp(SClType tp) { m_tp = tp;