Small cleanup: add constructor to InterThreadInfo.
[ardour.git] / libs / ardour / ardour / user_bundle.h
index f590ec1ebef4182d27896f7ea115daa72b35849a..c124e2e722a1869d0039b4c4361eed8b402fff5f 100644 (file)
@@ -38,7 +38,7 @@ class UserBundle : public Bundle, public PBD::Stateful {
        XMLNode& get_state ();
 
   private:
-       int set_state (XMLNode const &, int version = 3000);
+       int set_state (XMLNode const &, int version);
 };
 
 }