tags 667333 + patch
thanks

Howdy maintainer,

Please find a patch attached :)

Have a great day,
 -- Paul
--- a/include/ptlib/array.h	2012-04-14 00:00:31.487510393 -0400
+++ b/include/ptlib/array.h	2012-04-14 00:00:37.791510057 -0400
@@ -523,7 +523,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