Thread Previous • Date Previous • Date Next • Thread Next |
daystar1013 wrote:
In the file common/displlst.cpp line 161void 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?
It was a typo. Now fixed in the SVN repository at HEAD. Dick Hollenbeck SoftPLC Corporation http://softplc.com
Thread Previous • Date Previous • Date Next • Thread Next |