- Notifications
You must be signed in to change notification settings - Fork5
Commit2754119
committed
Fix ill-chosen use of "private" as an argument and struct field name.
"private" is a keyword in C++, so this breaks the poorly-enforced policythat header files should be include-able in C++ code. Per report fromCraig Ringer and some investigation with cpluspluscheck.1 parentc7f0038 commit2754119
2 files changed
+5
-5
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
863 | 863 |
| |
864 | 864 |
| |
865 | 865 |
| |
866 |
| - | |
| 866 | + | |
867 | 867 |
| |
868 | 868 |
| |
869 | 869 |
| |
| |||
949 | 949 |
| |
950 | 950 |
| |
951 | 951 |
| |
952 |
| - | |
| 952 | + | |
953 | 953 |
| |
954 | 954 |
| |
955 | 955 |
| |
| |||
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
983 |
| - | |
| 983 | + | |
984 | 984 |
| |
985 | 985 |
| |
986 | 986 |
| |
| |||
992 | 992 |
| |
993 | 993 |
| |
994 | 994 |
| |
995 |
| - | |
| 995 | + | |
996 | 996 |
| |
997 | 997 |
| |
998 | 998 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
566 |
| - | |
| 566 | + | |
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
|
0 commit comments
Comments
(0)