Thread Previous • Date Previous • Date Next • Thread Next |
In the file common/displlst.cpp line 161 void WinEDAListBox::WinEDAListBox::Append(const wxString & item) is declared My compiler generates an error on this line and when I change it to void WinEDAListBox::Append(const wxString & item) everything works. Is this a typo or is there really a nested WinEDAListBox in the WinEDAListBox class?
Thread Previous • Date Previous • Date Next • Thread Next |