fix typos in prev commit
[ardour.git] / libs / ardour / ardour / user_bundle.h
index fa37392fc0fe769938d882aedc09810affbd162b..4ff435ef35922ac1304b952f390d959105c07c46 100644 (file)
@@ -21,7 +21,7 @@
 #define __ardour_user_bundle_h__
 
 #include <vector>
-#include <glibmm/thread.h>
+#include <glibmm/threads.h>
 #include "pbd/stateful.h"
 #include "ardour/bundle.h"
 
@@ -29,7 +29,7 @@ namespace ARDOUR {
 
 class Session;
 
-class UserBundle : public Bundle, public PBD::Stateful {
+class LIBARDOUR_API UserBundle : public Bundle, public PBD::Stateful {
 
   public:
        UserBundle (std::string const &);
@@ -38,7 +38,7 @@ class UserBundle : public Bundle, public PBD::Stateful {
        XMLNode& get_state ();
 
   private:
-       int set_state (XMLNode const &);
+       int set_state (XMLNode const &, int version);
 };
 
 }