redesign technique for naming/creating regions for MIDI clone (or other non-capture...
[ardour.git] / libs / ardour / ardour / file_source.h
index e0db1d25b765ebfcb789e5c87d1f968fa77d65c8..79153f6568292a6de32b867f19fd9789132198de 100644 (file)
@@ -44,7 +44,7 @@ class LIBARDOUR_API MissingSource : public std::exception
 /** A source associated with a file on disk somewhere */
 class LIBARDOUR_API FileSource : virtual public Source {
 public:
-       virtual ~FileSource () {}
+       virtual ~FileSource ();
 
        virtual const std::string& path() const { return _path; }