summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/kdm_cpl_panel.cc2
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;
}