Add a couple of pthread helper macros
[ardour.git] / libs / pbd / pbd / cartesian.h
index 20c8b270888b35ca0a07adf2ed39ceb43f67e5b3..5f0b951d5f5d7e3785477b9c0738b14056d7ddb8 100644 (file)
@@ -97,7 +97,7 @@ struct LIBPBD_API AngularVector {
        }
 };
 
-LIBPBD_API inline void CartesianVector::angular (AngularVector& a) const {
+inline void CartesianVector::angular (AngularVector& a) const {
        cartesian_to_spherical (x, y, z, a.azi, a.ele, a.length);
 }