summaryrefslogtreecommitdiff
path: root/src/asset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset.h')
-rw-r--r--src/asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h
index 0c8df0c8..eab24d28 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -64,6 +64,10 @@ public:
*/
void write_to_assetmap (std::ostream& s) const;
+ std::string uuid () const {
+ return _uuid;
+ }
+
virtual std::list<std::string> equals (boost::shared_ptr<const Asset> other, EqualityOptions opt) const = 0;
protected: