summaryrefslogtreecommitdiff
path: root/src/sound_mxf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_mxf.h')
-rw-r--r--src/sound_mxf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/sound_mxf.h b/src/sound_mxf.h
index 098680ac..04ec8aeb 100644
--- a/src/sound_mxf.h
+++ b/src/sound_mxf.h
@@ -38,7 +38,11 @@ public:
boost::shared_ptr<SoundMXFWriter> start_write (boost::filesystem::path file, Standard standard);
- bool equals (boost::shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const;
+ bool equals (
+ boost::shared_ptr<const Content> other,
+ EqualityOptions opt,
+ boost::function<void (NoteType, std::string)> note
+ ) const;
boost::shared_ptr<const SoundFrame> get_frame (int n) const;