Hi,

Compilation problem with head (3.22.0AA):

widgets/Panel.cxx: In member function ‘int Panel::orgx()’:
widgets/Panel.cxx:40: erreur: cannot convert ‘int*’ to ‘short int*’ in initialization
...

int Panel::orgx()
{
int oldx = w();
short* p = sizes()+8;

But "short *" is not the right type:

int * Fl_Group::sizes();


_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha

Reply via email to