add name() method to VCA
[ardour.git] / libs / ardour / ardour / srcfilesource.h
index 073329cc29474fa51b440b5a4b428a7ee02aeb0d..3dc1590dda498061ab57e38be32684e680912c15 100644 (file)
@@ -63,7 +63,7 @@ protected:
        }
 
 private:
-       static const uint32_t blocksize;
+       static const uint32_t max_blocksize;
        boost::shared_ptr<AudioFileSource> _source;
 
        mutable SRC_STATE* _src_state;