From 229b1274a5c7bd8bf4d1b101dab83094ff3f9c06 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 13 Mar 2015 18:00:39 +0100 Subject: checking setup conditions for viewelements --- libtemplate/xmlparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtemplate/xmlparser.h') diff --git a/libtemplate/xmlparser.h b/libtemplate/xmlparser.h index 8698196..58d4e91 100644 --- a/libtemplate/xmlparser.h +++ b/libtemplate/xmlparser.h @@ -47,7 +47,7 @@ private: void ParseGrid(xmlNodePtr node, vector > &attributes); void ParseFunctionCalls(xmlNodePtr node, cTemplatePixmap *pix); void ParseLoopFunctionCalls(xmlNodePtr node, cTemplateLoopFunction *loopFunc); - bool ParseAttributes(xmlAttrPtr attr, xmlNodePtr node, vector > &attribs); + bool ParseAttributes(xmlAttrPtr attr, xmlNodePtr node, vector > &attribs, bool isViewElement = false); public: cXmlParser(void); virtual ~cXmlParser(void); -- cgit v1.2.3