commit b800b5275916e9e99fa4ebae0c8044f2e84df170 parent 4603181a0a6545e7344a78a9416b36c0ff7e9ce3 Author: falkTX <falktx@falktx.com> Date: Mon, 25 Oct 2021 10:34:08 +0100 Forgot one.. Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | distrho/DistrhoUtils.hpp | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/distrho/DistrhoUtils.hpp b/distrho/DistrhoUtils.hpp @@ -271,8 +271,8 @@ bool d_isNotEqual(const T& v1, const T& v2) return std::abs(v1-v2) >= std::numeric_limits<T>::epsilon(); } -/* - * Safely check if a floating point number is zero. +/** + Safely check if a floating point number is zero. */ template<typename T> static inline