X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gtk2_ardour%2Fsession_dialog.h;h=ef3717b778cbecaff676a95735fc0f1e7b350ef1;hb=5fef65538040fbac1b9edd1847a269aa925a49c9;hp=2178cfbe7364393778291a80ba83011f07b1d3a4;hpb=52003be3695ab703b936163d7284e208790d5363;p=ardour.git diff --git a/gtk2_ardour/session_dialog.h b/gtk2_ardour/session_dialog.h index 2178cfbe73..ef3717b778 100644 --- a/gtk2_ardour/session_dialog.h +++ b/gtk2_ardour/session_dialog.h @@ -104,7 +104,7 @@ class SessionDialog : public ArdourDialog { struct RecentSessionsSorter { bool operator() (std::pair a, std::pair b) const { - return cmp_nocase(a.first, b.first) == -1; + return ARDOUR::cmp_nocase(a.first, b.first) == -1; } };