X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fmemento_command.h;h=d22561ab217985fe8c12d48755518f504a9a139b;hb=8d0ec2403f3444e3a53d16b21f2f8557abd71b55;hp=f6d11a0b33c736725eca5008514c3a472fef807b;hpb=f4b5f4c72ee60b6f509e307c5bfd164108d1f30b;p=ardour.git diff --git a/libs/pbd/pbd/memento_command.h b/libs/pbd/pbd/memento_command.h index f6d11a0b33..d22561ab21 100644 --- a/libs/pbd/pbd/memento_command.h +++ b/libs/pbd/pbd/memento_command.h @@ -51,7 +51,7 @@ * can do `just-in-time' binding from the crossfade ID. */ template -class /*LIBPBD_API*/ MementoCommandBinder : public PBD::Destructible +class LIBPBD_TEMPLATE_API MementoCommandBinder : public PBD::Destructible { public: /** @return Stateful object to operate on */ @@ -68,7 +68,7 @@ public: /** A simple MementoCommandBinder which binds directly to an object */ template -class /*LIBPBD_API*/ SimpleMementoCommandBinder : public MementoCommandBinder +class LIBPBD_TEMPLATE_API SimpleMementoCommandBinder : public MementoCommandBinder { public: SimpleMementoCommandBinder (obj_T& o) @@ -100,7 +100,7 @@ private: * memento, and redo is restoring the after memento. */ template -class /*LIBPBD_API*/ MementoCommand : public Command +class LIBPBD_TEMPLATE_API MementoCommand : public Command { public: MementoCommand (obj_T& a_object, XMLNode* a_before, XMLNode* a_after)