X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fmemento_command.h;h=d22561ab217985fe8c12d48755518f504a9a139b;hb=8d0ec2403f3444e3a53d16b21f2f8557abd71b55;hp=6560780f3c6df6e02133a04b5a6e35aabb670a2e;hpb=24d2b5ec9200bf46ccb42528560de4a02b7be516;p=ardour.git diff --git a/libs/pbd/pbd/memento_command.h b/libs/pbd/pbd/memento_command.h index 6560780f3c..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)