diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-02 01:58:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-02 01:58:21 +0100 |
| commit | ed248a06bdf4421cde2af4eea3f711be915d27aa (patch) | |
| tree | c61f75581585dc64309d89973711dd0fa982171a /src/wx/kdm_cpl_panel.cc | |
| parent | df4aa6eb3cb96d2e932d9ed1e9f1dc8825a28296 (diff) | |
Cleanup: auto.
Diffstat (limited to 'src/wx/kdm_cpl_panel.cc')
| -rw-r--r-- | src/wx/kdm_cpl_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/kdm_cpl_panel.cc b/src/wx/kdm_cpl_panel.cc index 2a307c60c..4b481427f 100644 --- a/src/wx/kdm_cpl_panel.cc +++ b/src/wx/kdm_cpl_panel.cc @@ -49,7 +49,7 @@ KDMCPLPanel::KDMCPLPanel (wxWindow* parent, vector<CPLSummary> cpls) vertical->Add (s, 0, wxEXPAND | wxTOP, DCPOMATIC_SIZER_GAP + 2); /* CPL details */ - wxFlexGridSizer* table = new wxFlexGridSizer (2, DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP); + auto table = new wxFlexGridSizer(2, DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP); add_label_to_sizer (table, this, _("DCP directory"), true); _dcp_directory = new StaticText (this, ""); table->Add (_dcp_directory); |
