File pwlib-gcc47.patch of Package pwlib
Index: pwlib_v1_11_0/include/ptlib/array.h
===================================================================
--- pwlib_v1_11_0.orig/include/ptlib/array.h
+++ pwlib_v1_11_0/include/ptlib/array.h
@@ -632,7 +632,7 @@ template <class T> class PScalarArray :
T t;
stream >> t;
if (!stream.fail())
- SetAt(index, t);
+ this->SetAt(index, t);
}
};