add an plugin API to query generic-gui grid-layout
[ardour.git] / libs / ardour / ardour / auto_bundle.h
index e3899069dea1b054e1f28decb5c91f4e3469f096..703aa8e73d6ce702cbac9c159a674283ef5ad1ff 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
 #define __ardour_auto_bundle_h__
 
 #include <vector>
-#include <glibmm/thread.h>
+#include <glibmm/threads.h>
 #include "ardour/bundle.h"
 
 namespace ARDOUR {
 
-class AutoBundle : public Bundle {
+class LIBARDOUR_API AutoBundle : public Bundle {
 
   public:
        AutoBundle (bool i = true);
@@ -41,6 +41,6 @@ class AutoBundle : public Bundle {
   private:
 };
 
-}      
-       
+}
+
 #endif /* __ardour_auto_bundle_h__ */