Fix build bug for const incorrectness.

This commit is contained in:
Wayne Stambaugh 2017-03-10 10:09:55 -05:00
parent cc64c6af1d
commit 9636086f52
2 changed files with 2 additions and 2 deletions

View File

@ -1439,7 +1439,7 @@ bool LIB_EDIT_FRAME::SynchronizePins()
}
void LIB_EDIT_FRAME::refreshSchematic() const
void LIB_EDIT_FRAME::refreshSchematic()
{
// This is not the most effecient way to do this because the changed library may not have
// any effect on the schematic symbol links. Since this is not called very often, take the

View File

@ -608,7 +608,7 @@ private:
const KICAD_T aFilterList[] = LIB_COLLECTOR::AllItems );
void EditField( LIB_FIELD* Field );
void refreshSchematic() const;
void refreshSchematic();
public:
/**