Commit 74cf62d
committed
Make private fields private in the generated code as well
They cause name clashes when a class and its superclass both declare
a pointer field named "priv", but the pointers are differently typed.
We do not have to know about private fields anyways, so make them
private to prevent inheritance. Leave them in place so that BridJ
knows about them.1 parent b0e3364 commit 74cf62d
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| 664 | + | |
664 | 665 | | |
665 | 666 | | |
666 | 667 | | |
| |||
679 | 680 | | |
680 | 681 | | |
681 | 682 | | |
682 | | - | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
683 | 690 | | |
684 | 691 | | |
685 | 692 | | |
686 | | - | |
| 693 | + | |
687 | 694 | | |
688 | 695 | | |
689 | 696 | | |
| |||
0 commit comments