summaryrefslogtreecommitdiff
path: root/devel/pwlib/files/patch-include-ptlib-array.h
blob: 9f61e75757655c9897755949466fbee26d096861 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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);
     }
 };