X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=flower%2Finclude%2Fdirection.hh;h=0d36c0f7c7cca5ff25fb0a41f6917f52e1d01a83;hb=8659a99f233f5c4684292728e7ad4206669b35b0;hp=dff546749756d42526123a9d85df929e566a6149;hpb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;p=lilypond.git diff --git a/flower/include/direction.hh b/flower/include/direction.hh index dff5467497..0d36c0f7c7 100644 --- a/flower/include/direction.hh +++ b/flower/include/direction.hh @@ -71,9 +71,9 @@ operator - (Direction d) template T minmax (Direction d, T a, T b) { if (d == UP) - return std::max (a, b); + return max (a, b); else - return std::min (a, b); + return min (a, b); } #endif // DIRECTION_HH