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:
parent
bef63fe76b
commit
f724dab4b2
pcbnew/dialogs
@ -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 =
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user