X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Frcu.h;h=eceec24cd5a3de7b0ab960be50bc5e8d626442dc;hb=8d0ec2403f3444e3a53d16b21f2f8557abd71b55;hp=6ee68afabf8b472d67d02845599aaa5c0e44fccb;hpb=e7c47747286c16aa575456b07120e1e8e8271bd5;p=ardour.git diff --git a/libs/pbd/pbd/rcu.h b/libs/pbd/pbd/rcu.h index 6ee68afabf..eceec24cd5 100644 --- a/libs/pbd/pbd/rcu.h +++ b/libs/pbd/pbd/rcu.h @@ -45,7 +45,7 @@ and managed object. */ template -class LIBPBD_API RCUManager +class /*LIBPBD_API*/ RCUManager { public: @@ -111,7 +111,7 @@ class LIBPBD_API RCUManager means that no actual objects will be deleted incorrectly if this is misused. */ template -class LIBPBD_API SerializedRCUManager : public RCUManager +class /*LIBPBD_API*/ SerializedRCUManager : public RCUManager { public: @@ -214,7 +214,7 @@ private: */ template -class LIBPBD_API RCUWriter +class /*LIBPBD_API*/ RCUWriter { public: