X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fcartesian.h;h=5da136d0569a007f89dc7ce6c4aa48e0874f83f3;hb=6e017eff224209935eed67ade6f60c504cb0a01c;hp=5f0b951d5f5d7e3785477b9c0738b14056d7ddb8;hpb=f4b5f4c72ee60b6f509e307c5bfd164108d1f30b;p=ardour.git diff --git a/libs/pbd/pbd/cartesian.h b/libs/pbd/pbd/cartesian.h index 5f0b951d5f..5da136d056 100644 --- a/libs/pbd/pbd/cartesian.h +++ b/libs/pbd/pbd/cartesian.h @@ -28,7 +28,7 @@ namespace PBD { LIBPBD_API void spherical_to_cartesian (double azi, double ele, double len, double& x, double& y, double& z); LIBPBD_API void cartesian_to_spherical (double x, double y, double z, double& azi, double& ele, double& len); - + struct AngularVector; struct LIBPBD_API CartesianVector {