diff options
Diffstat (limited to 'src/asset.h')
| -rw-r--r-- | src/asset.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/asset.h b/src/asset.h index cc6fbcb7..3ba0a0cf 100644 --- a/src/asset.h +++ b/src/asset.h @@ -70,14 +70,13 @@ public: return _uuid; } + boost::filesystem::path path () const; + virtual bool equals (boost::shared_ptr<const Asset> other, EqualityOptions opt, std::list<std::string>& notes) const = 0; protected: - friend class PictureAsset; - friend class SoundAsset; std::string digest () const; - boost::filesystem::path path () const; /** Directory that our MXF or XML file is in */ std::string _directory; |
