summaryrefslogtreecommitdiff
path: root/src/wx/kdm_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/kdm_dialog.h')
-rw-r--r--src/wx/kdm_dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h
index e0111b6c5..7d64fea77 100644
--- a/src/wx/kdm_dialog.h
+++ b/src/wx/kdm_dialog.h
@@ -19,6 +19,7 @@
*/
#include "wx_util.h"
+#include "lib/kdm_name_format.h"
#include <dcp/types.h>
#include <wx/wx.h>
#include <boost/shared_ptr.hpp>
@@ -50,6 +51,9 @@ public:
boost::filesystem::path directory () const;
bool write_to () const;
dcp::Formulation formulation () const;
+ KDMNameFormat name_format () const;
+
+ int ShowModal ();
private:
void setup_sensitivity ();