summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/floating.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/floating.h')
-rw-r--r--libs/pbd/pbd/floating.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/floating.h b/libs/pbd/pbd/floating.h
index b03158c277..e5d582625a 100644
--- a/libs/pbd/pbd/floating.h
+++ b/libs/pbd/pbd/floating.h
@@ -47,7 +47,7 @@ union LIBPBD_API Float_t
/* Note: ULPS = Units in the Last Place */
-LIBPBD_API static inline bool floateq (float a, float b, int max_ulps_diff)
+static inline bool floateq (float a, float b, int max_ulps_diff)
{
Float_t ua (a);
Float_t ub (b);