Fix beast macro calls

This commit is contained in:
Vinnie Falco
2013-07-03 07:13:39 -07:00
parent 47ceb0440d
commit 46222af7df
3 changed files with 5 additions and 5 deletions

View File

@@ -199,7 +199,7 @@ void findMinAndMax (const Type* values, int numValues, Type& lowest, Type& highe
@param valueToConstrain the value to try to return
@returns the closest value to valueToConstrain which lies between lowerLimit
and upperLimit (inclusive)
@see jlimit0To, bmin, bmax
@see blimit0To, bmin, bmax
*/
template <typename Type>
inline Type blimit (const Type lowerLimit,