diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:30:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-08 13:30:42 +0000 |
| commit | 71de90f74085744d1c5ca35253eec003e41497a2 (patch) | |
| tree | 637e6c2b6c2fa04da3d64864e0adcef30a0847dd /src/sound_asset.h | |
| parent | 054cc86d5ba734c72780b07a772a55e3a7000a4f (diff) | |
Fix a couple of errors in Interop XML
Reported-by: Ivan Pullman
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index d2e49bd1..c52a5436 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -112,6 +112,12 @@ public: return _sampling_rate; } +protected: + + std::string asdcp_kind () const { + return "Sound"; + } + private: std::string key_type () const; void construct (boost::function<boost::filesystem::path (Channel)> get_path); |
