diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 10:37:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 10:37:56 +0100 |
| commit | aaa33afbc17d60f9e836b4a2ad2e7ec2c294b837 (patch) | |
| tree | 12a4815111b33da6cc8611e576154c3a1ad29810 /src/asset.h | |
| parent | 72d6b15182a2f43cccd99fef03e69583d8dd6e78 (diff) | |
Tweak.
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset.h b/src/asset.h index 7fb0ece2..4d26a4bc 100644 --- a/src/asset.h +++ b/src/asset.h @@ -66,7 +66,7 @@ public: */ void write_to_assetmap (std::ostream& s) const; - std::list<std::string> equals (Asset const & other, EqualityFlags flags) const; + std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityFlags flags) const; protected: /** Fill in a ADSCP::WriteInfo struct. |
