Add a null check to ports when loading an export channel from xml + fix indentation...
[ardour.git] / libs / ardour / io_processor.cc
index 877e0422faae5cbc41964ee0cc2aa77c904229bb..8cad0ba6cb8c467410d9ba0387552152b0e465f8 100644 (file)
@@ -242,7 +242,7 @@ IOProcessor::set_state_2X (const XMLNode& node, int version)
 }
 
 void
-IOProcessor::silence (nframes_t nframes)
+IOProcessor::silence (framecnt_t nframes)
 {
        if (_own_output && _output) {
                _output->silence (nframes);