summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/screen_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/screen_dialog.cc b/src/wx/screen_dialog.cc
index fcb878bc0..705a7ff58 100644
--- a/src/wx/screen_dialog.cc
+++ b/src/wx/screen_dialog.cc
@@ -44,7 +44,7 @@ class CertificateFileDialogWrapper : public FileDialogWrapper<dcp::Certificate>
{
public:
CertificateFileDialogWrapper (wxWindow* parent)
- : FileDialogWrapper (parent, _("Select certificate file"))
+ : FileDialogWrapper<dcp::Certificate> (parent, _("Select certificate file"))
{
}