move gui_changed() signal from Route to Stripable
[ardour.git] / libs / ardour / ardour / silentfilesource.h
index 1ff251e71a170f4adddbe2e997a5544aadc515d1..80f4b361b233517693003840722d45967ab46f86 100644 (file)
@@ -25,7 +25,7 @@
 
 namespace ARDOUR {
 
-class SilentFileSource : public AudioFileSource {
+class LIBARDOUR_API SilentFileSource : public AudioFileSource {
 public:
        int update_header (framepos_t /*when*/, struct tm&, time_t) { return 0; }
        int flush_header () { return 0; }
@@ -40,6 +40,7 @@ public:
        bool clamped_at_unity() const { return false; }
 
 protected:
+       void close() {}
        friend class SourceFactory;
 
        SilentFileSource (Session& s, const XMLNode& x, framecnt_t len, float srate)