From 04383406907b01a05b5af351cd80a8ecc804ec22 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 9 Jul 2014 03:28:24 +0100 Subject: [PATCH] Misc --- source/utils/CarlaMathUtils.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/utils/CarlaMathUtils.hpp b/source/utils/CarlaMathUtils.hpp index 7e0edbb55..38816df06 100644 --- a/source/utils/CarlaMathUtils.hpp +++ b/source/utils/CarlaMathUtils.hpp @@ -141,9 +141,9 @@ void carla_zeroFloat(float* const data, const std::size_t numSamples) noexcept #endif #if defined(CARLA_OS_MAC) && ! defined(DISTRHO_OS_MAC) -/* - * Missing functions in OSX. - */ +// ----------------------------------------------------------------------- +// Missing functions in OSX. + namespace std { inline float fmin(float __x, float __y)