use new ControlList::add() argument
[ardour.git] / libs / pbd / pbd / functor_command.h
index d2aacd18aca21be5e2e48f5b9047fd5be6480a07..6cca13209f9c33b436c76f3ac139fcd07c659eed 100644 (file)
@@ -37,7 +37,7 @@
 namespace PBD {
 
 template <class obj_type, class arg_type>
-class LIBPBD_API FunctorCommand : public Command
+class /*LIBPBD_API*/ FunctorCommand : public Command
 {
        private:
        typedef void (obj_type::*functor_type)(arg_type);