X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fname_format_editor.h;h=2ae3f5e930911e887990088b3a848a717c29f2a8;hb=e36211226b83417796a90c8e3340efa9af995ad2;hp=204de76d3a943d6f438d8b9b2ad6026002284d0a;hpb=1d022220899c63e2cae0a2a9a81f6c6db955a23d;p=dcpomatic.git diff --git a/src/wx/name_format_editor.h b/src/wx/name_format_editor.h index 204de76d3..2ae3f5e93 100644 --- a/src/wx/name_format_editor.h +++ b/src/wx/name_format_editor.h @@ -30,7 +30,7 @@ class NameFormatEditor { public: - NameFormatEditor (wxWindow* parent, dcp::NameFormat name, dcp::NameFormat::Map titles, dcp::NameFormat::Map examples); + NameFormatEditor (wxWindow* parent, dcp::NameFormat name, dcp::NameFormat::Map titles, dcp::NameFormat::Map examples, std::string suffix); wxPanel* panel () const { return _panel; @@ -54,6 +54,7 @@ private: dcp::NameFormat _name; dcp::NameFormat::Map _examples; + std::string _suffix; }; #endif