From ac4581fd4a8b720200df33741b7ac813388f53c5 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Thu, 13 Feb 2014 17:19:13 +0100 Subject: [PATCH] More clang fixes. --- libs/xml/xmlparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/xml/xmlparser.h b/libs/xml/xmlparser.h index ecc7a043..b11d355b 100644 --- a/libs/xml/xmlparser.h +++ b/libs/xml/xmlparser.h @@ -79,7 +79,7 @@ class Formatted { public: const char* m_format; -va_list m_arguments; +mutable va_list m_arguments; Formatted( const char* format, ... ) : m_format( format ){ va_start( m_arguments, format ); -- 2.39.2