Add virtual destructor.
git-svn-id: svn://localhost/ardour2/branches/3.0@8994 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -44,8 +44,10 @@ class MissingSource : public std::exception
|
||||
/** A source associated with a file on disk somewhere */
|
||||
class FileSource : virtual public Source {
|
||||
public:
|
||||
virtual ~FileSource () {}
|
||||
|
||||
const std::string& path() const { return _path; }
|
||||
|
||||
|
||||
int unstubify ();
|
||||
void stubify ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user