Set up region BBT time when frame position changes, if the region is glued to BBT...
[ardour.git] / libs / ardour / ardour / user_bundle.h
index 6d197450c3f038f488309937dc0ba95dfd3d1063..c124e2e722a1869d0039b4c4361eed8b402fff5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -36,11 +36,11 @@ class UserBundle : public Bundle, public PBD::Stateful {
        UserBundle (XMLNode const &, bool);
 
        XMLNode& get_state ();
-       
+
   private:
-       int set_state (XMLNode const &);
+       int set_state (XMLNode const &, int version);
 };
 
 }
-       
+
 #endif