diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-19 21:37:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-26 14:03:24 +0000 |
| commit | 2edbd7021c9ad905d7390ff61e8010f8e794b49b (patch) | |
| tree | 773e75d86a273c28a2840414c51bcfb8f09c5c7f /src | |
| parent | 195fe39281b05bdee8dac7db7c6992eb053bb5e5 (diff) | |
Fix warning.
Diffstat (limited to 'src')
| -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 967fb2845..8b4d93129 100644 --- a/src/wx/kdm_cpl_panel.cc +++ b/src/wx/kdm_cpl_panel.cc @@ -143,7 +143,7 @@ KDMCPLPanel::cpl_browse_clicked () 0 ) ); - } catch (cxml::Error) { + } catch (cxml::Error &) { error_dialog (this, _("This is not a valid CPL file")); return; } |
