Merge branch 'master' into cairocanvas
[ardour.git] / libs / pbd / pbd / functor_command.h
index e6c07cfdbe89b949432812609328afbf43c52e5c..6cca13209f9c33b436c76f3ac139fcd07c659eed 100644 (file)
 #include <string>
 #include <map>
 
-#include <pbd/xml++.h>
-#include <pbd/shiva.h>
-#include <pbd/command.h>
-#include <pbd/failed_constructor.h>
+#include "pbd/libpbd_visibility.h"
+#include "pbd/xml++.h"
+#include "pbd/shiva.h"
+#include "pbd/command.h"
+#include "pbd/failed_constructor.h"
 
 /** This command class is initialized 
  */
@@ -36,7 +37,7 @@
 namespace PBD {
 
 template <class obj_type, class arg_type>
-class FunctorCommand : public Command
+class /*LIBPBD_API*/ FunctorCommand : public Command
 {
        private:
        typedef void (obj_type::*functor_type)(arg_type);