diff options
Diffstat (limited to 'src/sound_asset.h')
| -rw-r--r-- | src/sound_asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_asset.h b/src/sound_asset.h index 3f42a522..a19d6726 100644 --- a/src/sound_asset.h +++ b/src/sound_asset.h @@ -87,7 +87,7 @@ public: */ void write_to_cpl (std::ostream& s) const; - std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const; + bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, std::list<std::string>& notes) const; boost::shared_ptr<const SoundFrame> get_frame (int n) const; |
