Index: files/patch-include-ptlib-array.h =================================================================== RCS file: files/patch-include-ptlib-array.h diff -N files/patch-include-ptlib-array.h --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-include-ptlib-array.h 22 Jun 2011 22:44:30 -0000 @@ -0,0 +1,11 @@ +--- include/ptlib/array.h.orig 2011-06-23 00:28:13.000000000 +0200 ++++ include/ptlib/array.h 2011-06-23 00:28:34.000000000 +0200 +@@ -644,7 +644,7 @@ + T t; + stream >> t; + if (!stream.fail()) +- SetAt(index, t); ++ this->SetAt(index, t); + } + }; +