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/sound_asset.h | |
| parent | 32e93176fa91b215d68dee24e7887a21041da54c (diff) | |
Check sound; various fixups.
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 4fbec895..2d797998 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -84,6 +84,8 @@ public: */ void write_to_cpl (std::ostream& s) const; + std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags) const; + private: void construct (sigc::slot<std::string, Channel> get_path); std::string path_from_channel (Channel channel, std::vector<std::string> const & files); |
