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 814405d4..bc055d70 100644
--- a/src/asset_writer.h
+++ b/src/asset_writer.h
@@ -63,7 +63,7 @@ public:
}
protected:
- AssetWriter (MXF* mxf, boost::filesystem::path file, Standard standard);
+ AssetWriter (MXF* mxf, boost::filesystem::path file);
/** MXF that we are writing */
MXF* _mxf;