fix EDA_ITEM::Show() prototype bug, fix KICAD_PLUGIN::Save() problem with netclasses.

This commit is contained in:
Dick Hollenbeck
2011-12-14 11:25:42 -06:00
parent 02bb2111e2
commit 463c17b807
57 changed files with 158 additions and 274 deletions
+1 -8
View File
@@ -565,14 +565,7 @@ wxString MODULE::GetSelectMenuText() const
#if defined(DEBUG)
/**
* Function Show
* is used to output the object tree, currently for debugging only.
* @param nestLevel An aid to prettier tree indenting, and is the level
* of nesting of this object within the overall tree.
* @param os The ostream& to output to.
*/
void MODULE::Show( int nestLevel, std::ostream& os )
void MODULE::Show( int nestLevel, std::ostream& os ) const
{
BOARD* board = GetBoard();