Skeleton tests for BBT_Time.
[ardour.git] / libs / ardour / crossfade.cc
index f12b32228d558bd9a4051092db094c22fa7fdcad..7bbad9a1d1d5bf0f069845d487648c7ef619c353 100644 (file)
@@ -157,7 +157,7 @@ Crossfade::Crossfade (const Playlist& playlist, XMLNode& node)
        initialize();
        _active = true;
 
-       if (set_state (node)) {
+       if (set_state (node, Stateful::loading_state_version)) {
                throw failed_constructor();
        }
 }
@@ -720,7 +720,7 @@ Crossfade::get_state ()
 }
 
 int
-Crossfade::set_state (const XMLNode& node)
+Crossfade::set_state (const XMLNode& node, int /*version*/)
 {
        XMLNodeConstIterator i;
        XMLNodeList children;