diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-06-13 00:49:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-06-13 00:49:13 +0100 |
| commit | 863d9cc51b406500dba596b6f1de733ec3f410c5 (patch) | |
| tree | 7cb5d011ca101ff47a3aeb162efcaf5e127392e8 /src/reel_asset.h | |
| parent | b4fc0aa7792fe9e9d6ed83d024a712783ce5dfe6 (diff) | |
Remove redundant _annotation_text from CPL.
Diffstat (limited to 'src/reel_asset.h')
| -rw-r--r-- | src/reel_asset.h | 4 |
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> |
