diff options
Diffstat (limited to 'src/mxf_asset.h')
| -rw-r--r-- | src/mxf_asset.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mxf_asset.h b/src/mxf_asset.h index e406f400..7a645b7c 100644 --- a/src/mxf_asset.h +++ b/src/mxf_asset.h @@ -55,9 +55,8 @@ public: /** Fill in a ADSCP::WriteInfo struct. * @param w struct to fill in. - * @param uuid uuid to use. */ - void fill_writer_info (ASDCP::WriterInfo* w, std::string uuid, MXFMetadata const & metadata); + void fill_writer_info (ASDCP::WriterInfo* w); void set_progress (boost::signals2::signal<void (float)>* progress) { _progress = progress; |
