← Back to team overview

kicad-developers team mailing list archive

Function declaration error?

 

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?






Follow ups