diff options
Diffstat (limited to 'src/wx/export_dialog.h')
| -rw-r--r-- | src/wx/export_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index 8f0be7194..04a516bca 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -19,6 +19,7 @@ */ #include "table_dialog.h" +#include "lib/ffmpeg_transcoder.h" #include <wx/wx.h> #include <boost/filesystem.hpp> @@ -30,6 +31,7 @@ public: ExportDialog (wxWindow* parent); boost::filesystem::path path () const; + FFmpegTranscoder::Format format () const; private: void format_changed (); |
