From ae1ac3851e70f87bfc452da97812812c77f52c01 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 6 May 2012 14:22:52 -0500 Subject: GCC 4.7 fixes. Thanks to Francois Andriot. --- src/xml_to_data/device_xml_to_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xml_to_data') diff --git a/src/xml_to_data/device_xml_to_data.h b/src/xml_to_data/device_xml_to_data.h index 36b8824..b505cdd 100644 --- a/src/xml_to_data/device_xml_to_data.h +++ b/src/xml_to_data/device_xml_to_data.h @@ -76,7 +76,7 @@ public: TQValueList list; for (it=_map.begin(); it!=_map.end(); ++it) list.append(const_cast(static_cast(it.data()))); - uint size = toCppString(list, ts); + uint size = this->toCppString(list, ts); ts << ";" << endl; ts << "const uint " << namespaceName() << "::DATA_SIZE = " << size << ";" << endl; file.close(); -- cgit v1.2.1