summaryrefslogtreecommitdiff
path: root/src/sound_asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_asset.h')
-rw-r--r--src/sound_asset.h2
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);