diff options
Diffstat (limited to 'src/sound_mxf.h')
| -rw-r--r-- | src/sound_mxf.h | 6 |
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; |
