On 1/15/07, Matthew Faulkner <[EMAIL PROTECTED]> wrote:
>
> Hey all,
>
> I'm unsure if anyone has answered this question yet but i just came
> across the same issue. The problem is within a bunch of files where
> you have, for example, the following method signature:
>
> inline void vector::operator=(const vector a) {
>
> To fix these errors you need to correct all the errors by removing the
> class definition before the method, i.e. the above line becomes
>
> inline void operator=(const vector a) {
>
> once you've done this bunch there are more similar errors. there is a
> bunch of other errors along the way, all are similar fixes.
>
> Help this helps
>
> Matt Faulkner

If that fixes it for you, make a patch and send it the the author or
maintainers of the WiMax
module.

Reply via email to