Add virtual destructor.

git-svn-id: svn://localhost/ardour2/branches/3.0@8994 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-03-01 02:04:15 +00:00
parent 78310ad792
commit afb4a5e438

View file

@ -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 ();