summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-07 00:35:02 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-07 00:35:02 +0100
commit6cac3a738e897fcc326ba70564f02c8dfa2ef900 (patch)
tree12db6db59a29b86a7d479e8f77f056daf21ab6fb /src
parent3ed27a56082d4f21e9688852f8eb13477d192f58 (diff)
Add another test.
Diffstat (limited to 'src')
-rw-r--r--src/asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/asset.h b/src/asset.h
index f5b60bf7..91661a46 100644
--- a/src/asset.h
+++ b/src/asset.h
@@ -34,6 +34,8 @@ namespace xmlpp {
class Node;
}
+struct asset_test;
+
namespace dcp {
/** @class Asset
@@ -77,6 +79,8 @@ public:
std::string hash (boost::function<void (float)> progress = 0) const;
protected:
+ friend struct ::asset_test;
+
virtual std::string pkl_type (Standard standard) const = 0;
/** The most recent disk file used to read or write this asset; may be empty */