← Back to team overview

kicad-developers team mailing list archive

Re: Function declaration error?

 

daystar1013 wrote:
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?


It was a typo. Now fixed in the SVN repository at HEAD.


Dick Hollenbeck
SoftPLC Corporation
http://softplc.com







References