Basics of custom DCP filename components.
[dcpomatic.git] / src / wx / kdm_output_panel.cc
index e2510c929f5730838b33f892dbbb5ecbc70050e6..1d9e56f4bac48cf0cea67f19478c10b8ea8f9bef 100644 (file)
@@ -57,7 +57,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop)
        }
 
        _filename_format = new NameFormatEditor<KDMNameFormat> (this, Config::instance()->kdm_filename_format());
-       NameFormat::Map ex;
+       dcp::NameFormat::Map ex;
        ex["film_name"] = "Bambi";
        ex["cinema"] = "Lumière";
        ex["screen"] = "Screen 1";