From 28a78adf9dd97a45bca991205898041b0ee0807c Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sun, 18 Nov 2012 11:55:21 +0100 Subject: [PATCH] none --- src/qtgui/advshist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qtgui/advshist.cpp b/src/qtgui/advshist.cpp index 2b95305b..146d5f8a 100644 --- a/src/qtgui/advshist.cpp +++ b/src/qtgui/advshist.cpp @@ -108,7 +108,7 @@ bool SDHXMLHandler::endElement(const QString & /* namespaceURI */, } else if (qName == "S") { slack = atoi((const char *)currentText.toAscii()); } else if (qName == "C") { - SearchDataClauseSimple *c; + SearchDataClause *c; if (whatclause == "AND" || whatclause.isEmpty()) { c = new SearchDataClauseSimple(SCLT_AND, text, field); } else if (whatclause == "OR") {