diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 12:41:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 12:41:33 +0100 |
| commit | e3636c080d3d24471e85f519d69af4c11d5ecbd0 (patch) | |
| tree | f165bc8174ef9fd5668bf3667b167e8601ff9d90 /src/asset.h | |
| parent | 32e93176fa91b215d68dee24e7887a21041da54c (diff) | |
Check sound; various fixups.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h index e078f44b..f6d17256 100644 --- a/src/asset.h +++ b/src/asset.h @@ -70,6 +70,7 @@ public: protected: friend class PictureAsset; + friend class SoundAsset; /** Fill in a ADSCP::WriteInfo struct. * @param w struct to fill in. |
