summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-12-23 16:03:38 +0000
committerCarl Hetherington <cth@carlh.net>2015-12-23 16:03:38 +0000
commit1199c50099e39d8ee60f00ba2a86b6c7ab57e414 (patch)
treee1cac1fa4cdbe80feb279b5a7a40b57da0c34ac7 /src
parent2d997a0c4559f1acdf5630e7cb508781e91f95c7 (diff)
Fix build on Centos.
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"))
{
}