Fix build with clang.
Submitted by: Pawel Worach on irc
This commit is contained in:
parent
2650f95f80
commit
0b6867c17e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303620
1 changed files with 11 additions and 0 deletions
11
devel/ptlib26/files/patch-include_ptlib_array.h
Normal file
11
devel/ptlib26/files/patch-include_ptlib_array.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- include/ptlib/array.h.orig 2012-09-03 22:42:13.000000000 +0200
|
||||
+++ include/ptlib/array.h 2012-09-03 22:42:49.000000000 +0200
|
||||
@@ -523,7 +523,7 @@
|
||||
T t;
|
||||
stream >> t;
|
||||
if (!stream.fail())
|
||||
- SetAt(index, t);
|
||||
+ this->SetAt(index, t);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in a new issue