summaryrefslogtreecommitdiff
path: root/src/reel_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-06-13 00:49:13 +0100
committerCarl Hetherington <cth@carlh.net>2017-06-13 00:49:13 +0100
commit863d9cc51b406500dba596b6f1de733ec3f410c5 (patch)
tree7cb5d011ca101ff47a3aeb162efcaf5e127392e8 /src/reel_asset.h
parentb4fc0aa7792fe9e9d6ed83d024a712783ce5dfe6 (diff)
Remove redundant _annotation_text from CPL.
Diffstat (limited to 'src/reel_asset.h')
-rw-r--r--src/reel_asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_asset.h b/src/reel_asset.h
index 06db76d5..d1d2e1b6 100644
--- a/src/reel_asset.h
+++ b/src/reel_asset.h
@@ -113,6 +113,10 @@ public:
return _hash;
}
+ void set_annotation_text (std::string at) {
+ _annotation_text = at;
+ }
+
protected:
template <class T>