From 2ad6e2490a944f1dd6efe37f519d120312ae9161 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 17 Oct 2012 17:53:33 +0200 Subject: [PATCH] stray virtual --- src/rcldb/searchdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcldb/searchdata.h b/src/rcldb/searchdata.h index ece579d0..66ede127 100644 --- a/src/rcldb/searchdata.h +++ b/src/rcldb/searchdata.h @@ -143,7 +143,7 @@ public: 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;