Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / session_dialog.h
index 2178cfbe7364393778291a80ba83011f07b1d3a4..ef3717b778cbecaff676a95735fc0f1e7b350ef1 100644 (file)
@@ -104,7 +104,7 @@ class SessionDialog : public ArdourDialog {
 
        struct RecentSessionsSorter {
            bool operator() (std::pair<std::string,std::string> a, std::pair<std::string,std::string> b) const {
-                   return cmp_nocase(a.first, b.first) == -1;
+                   return ARDOUR::cmp_nocase(a.first, b.first) == -1;
            }
        };