[cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Mark Wielaard
Hi, gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: 2006-08-31 Mark Wielaard [EMAIL PROTECTED] *

Re: [cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Roman Kennke
Hi Mark, gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: This might be ok now, but won't work when the ZoneView is finished.

Re: [cp-patches] FYi: make ZoneView gcj happy

2006-08-31 Thread Mark Wielaard
Hi Roman, On Thu, 2006-08-31 at 13:57 +0200, Roman Kennke wrote: gcj had some trouble with the creative use of inner classes using outer class accessors in ZoneView/Zone. This patch makes Zone just take the axis as a parameter which also means we can turn it into a static class: This