diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-06 11:19:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-06 11:19:05 +0000 |
| commit | 568241745673e68031a72739a5e5a73ba3ee20a7 (patch) | |
| tree | 12257b4850b868d0355a64a1685e98b93438ed11 /src/mxf.h | |
| parent | 839bc2d9d75f0d35a2c09d5e55e075e3ab1076b2 (diff) | |
const-correctness fix.
Diffstat (limited to 'src/mxf.h')
| -rw-r--r-- | src/mxf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ public: protected: template <class P, class Q> - friend void start (PictureAssetWriter* writer, boost::shared_ptr<P> state, Standard standard, Q* mxf, uint8_t* data, int size); + friend void start (PictureAssetWriter* writer, boost::shared_ptr<P> state, Standard standard, Q* mxf, uint8_t const * data, int size); std::string read_writer_info (ASDCP::WriterInfo const &); /** Fill in a ADSCP::WriteInfo struct. |
