diff options
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> |
