Add the option to set the reference name afterwards (but before calling play()

This commit is contained in:
Erik Hofman
2015-11-05 15:33:06 +01:00
parent ff3efaee93
commit 319922f044

View File

@@ -458,6 +458,7 @@ public:
* @return Sample name
*/
inline std::string get_sample_name() const { return _refname; }
inline void set_sample_name(const std::string& refname) { _refname = refname; }
inline virtual bool is_queue() const { return false; }