use new ControlList::add() argument
[ardour.git] / libs / pbd / pbd / functor_command.h
index b651c6f775c30352bb780009437d5992248a456f..6cca13209f9c33b436c76f3ac139fcd07c659eed 100644 (file)
@@ -25,6 +25,7 @@
 #include <string>
 #include <map>
 
+#include "pbd/libpbd_visibility.h"
 #include "pbd/xml++.h"
 #include "pbd/shiva.h"
 #include "pbd/command.h"
@@ -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);