tags 667334 + patch
thanks

Howdy pwlib maintainer,

Please find a patch attached that fixed the ftbfs locally.

Have a great day,
 -- Paul
--- a/include/ptlib/array.h	2012-04-13 23:44:28.671561799 -0400
+++ b/include/ptlib/array.h	2012-04-13 23:44:40.215561183 -0400
@@ -632,7 +632,7 @@ template <class T> class PScalarArray :
       T t;
       stream >> t;
       if (!stream.fail())
-        SetAt(index, t);
+        this->SetAt(index, t);
     }
 };
 

Attachment: signature.asc
Description: Digital signature

Reply via email to