Browse Source

Misc

tags/1.9.4
falkTX 11 years ago
parent
commit
0438340690
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      source/utils/CarlaMathUtils.hpp

+ 3
- 3
source/utils/CarlaMathUtils.hpp View File

@@ -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)


Loading…
Cancel
Save