Add copy constructors and cloning to schematic objects and other minor fixes.

This commit is contained in:
Wayne Stambaugh
2010-12-21 10:13:09 -05:00
parent c699c726b6
commit b98538ec35
66 changed files with 2255 additions and 2511 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ void DIALOG_PLOT::Init_Dialog()
}
void DIALOG_PLOT::OnQuit( wxCommandEvent& WXUNUSED( event ) )
void DIALOG_PLOT::OnQuit( wxCommandEvent& event )
{
Close( true ); // true is to force the frame to close
}