summaryrefslogtreecommitdiff
path: root/src/asset_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset_writer.h')
-rw-r--r--src/asset_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset_writer.h b/src/asset_writer.h
index 2970b8d3..5f7dbd95 100644
--- a/src/asset_writer.h
+++ b/src/asset_writer.h
@@ -64,7 +64,7 @@ public:
}
protected:
- AssetWriter (MXF* mxf, boost::filesystem::path file);
+ AssetWriter (MXF* mxf, boost::filesystem::path file, bool write_hmac = true);
/** MXF that we are writing */
MXF* _mxf;