7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-02 00:26:45 +00:00

Fix build.

This commit is contained in:
Jeff Young 2025-02-03 22:15:56 +00:00
parent bef63fe76b
commit f724dab4b2
2 changed files with 2 additions and 2 deletions

View File

@ -769,7 +769,7 @@ void DIALOG_PLOT::OnSetScaleOpt( wxCommandEvent& event )
}
void DIALOG_PLOT::OnOutputDirectoryBrowseClicked( wxCommandEvent& event )
void DIALOG_PLOT::onOutputDirectoryBrowseClicked( wxCommandEvent& event )
{
// Build the absolute path of current output directory to preselect it in the file browser.
std::function<bool( wxString* )> textResolver =

View File

@ -50,7 +50,7 @@ private:
// Event called functions
void Plot( wxCommandEvent& event ) override;
void OnOutputDirectoryBrowseClicked( wxCommandEvent& event ) override;
void onOutputDirectoryBrowseClicked( wxCommandEvent& event ) override;
void OnRightClickLayers( wxMouseEvent& event );
void OnRightClickAllLayers( wxMouseEvent& event );
void SetPlotFormat( wxCommandEvent& event ) override;