[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:

| Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| 
| | >>>>> "Me" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| | 
| | Me> Yes. And friend extern "C" too. It says cxx: Error:
| | Me> ../../../lyx-devel/src/mathed/math_panel.h, line 43: linkage
| | Me> specification is not allowed friend extern "C" int
| | Me> peek_event(FL_FORM *, void *); ----------^

what happens if you infront of class BitmapMenu ...

inserts a 

extern "C" {
        int peek_event(FL_FORM *, void *);
}

??

Reply via email to