summaryrefslogtreecommitdiffstats
path: root/src/xml_to_data
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-06 14:22:52 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-06 14:22:52 -0500
commitae1ac3851e70f87bfc452da97812812c77f52c01 (patch)
tree3b514a55f96a6d2f73c90e3e0ff97c2295b645c5 /src/xml_to_data
parentc489d637fdbf11be5407f97641d91bf9505dae2d (diff)
downloadpiklab-ae1ac3851e70f87bfc452da97812812c77f52c01.tar.gz
piklab-ae1ac3851e70f87bfc452da97812812c77f52c01.zip
GCC 4.7 fixes.
Thanks to Francois Andriot.
Diffstat (limited to 'src/xml_to_data')
-rw-r--r--src/xml_to_data/device_xml_to_data.h2
1 files changed, 1 insertions, 1 deletions
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<DataType *> list;
for (it=_map.begin(); it!=_map.end(); ++it)
list.append(const_cast<DataType *>(static_cast<const DataType *>(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();