mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Add virtual destructor.
git-svn-id: svn://localhost/ardour2/branches/3.0@8994 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
78310ad792
commit
afb4a5e438
1 changed files with 3 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue