Try to fix build.
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Dec 2015 01:29:43 +0000 (01:29 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Dec 2015 01:29:43 +0000 (01:29 +0000)
src/tools/dcpomatic_kdm.cc

index 929fab37b3fb431d35b58d56473860f9c740d870..643aaeb7730a8cc830175d9a99253159cf731510 100644 (file)
@@ -69,7 +69,7 @@ class KDMFileDialogWrapper : public FileDialogWrapper<dcp::EncryptedKDM>
 {
 public:
        KDMFileDialogWrapper (wxWindow* parent)
 {
 public:
        KDMFileDialogWrapper (wxWindow* parent)
-               : FileDialogWrapper (parent, _("Select DKDM file"))
+               : FileDialogWrapper<dcp::EncryptedKDM> (parent, _("Select DKDM file"))
        {
 
        }
        {
 
        }