summaryrefslogtreecommitdiff
path: root/src/sound_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_frame.h')
-rw-r--r--src/sound_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_frame.h b/src/sound_frame.h
index 26f738d3..8b53dd71 100644
--- a/src/sound_frame.h
+++ b/src/sound_frame.h
@@ -44,7 +44,7 @@ namespace dcp {
class SoundFrame : public boost::noncopyable
{
public:
- SoundFrame (boost::filesystem::path mxf_path, int n, ASDCP::AESDecContext *);
+ SoundFrame (boost::filesystem::path path, int n, ASDCP::AESDecContext *);
~SoundFrame ();
uint8_t const * data () const;